#082D90

Color #082D90 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #082D90

Tints of Smalt #082D90

Color information

#082D90 (or 0x082D90) is unknown color: approx Smalt. HEX triplet: 08, 2D and 90. RGB value is (8,45,144). Sum of RGB (Red+Green+Blue) = 8+45+144=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #082D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D90 is #F7D26F. Grayscale: #2C2C2C. Windows color (decimal): -16241264 or 9448712. OLE color: 9448712.

HSL color Cylindrical-coordinate representation of color #082D90: hue angle of 223.68º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082D90 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB845144-
CMYK0.940.6900.44
HSL223.68º89.47%29.8%-
HSV(B)223.68º94.44%56.47%-
XYZ6.073.9426.83-
YUV45.22183.74101.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 144 (56.64% from 255) = 73.10%
R=4.06%
G=22.84%
B=73.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8451440.940.6900.44223.6889.4729.8
Hex82D905E4502Ce0591e
Octal105522013610505434013136
Binary10001011011001000010111101000101010110011100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082D90; }

 p { color: rgb(8,45,144); }

 H1.HeaderClassName
 {
   color: #082D90;
 }
 .AnyTagClassName
 {
   color: #082D90;
 }
</style>
background-color css

<style>
 a { background-color: #082D90; }

 a { background-color: rgb(8,45,144); }

 div.DivClassName
 {
   background-color: #082D90;
 }
 .BgClassName
 {
   background-color: #082D90;
 }
</style>
border-color css

<style>
 span { border-color: #082D90; }

 span { border-color: rgb(8,45,144); }

 td.TdClassName
 {
   border-color: #082D90;
 }
 .TagClassName
 {
   border-color: #082D90;
 }
</style>