#082479

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

Shades of Sapphire #082479

Tints of Sapphire #082479

Color information

#082479 (or 0x082479) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 79. RGB value is (8,36,121). Sum of RGB (Red+Green+Blue) = 8+36+121=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #082479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082479 is #F7DB86. Grayscale: #242424. Windows color (decimal): -16243591 or 7939080. OLE color: 7939080.

HSL color Cylindrical-coordinate representation of color #082479: hue angle of 225.13º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082479 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB836121-
CMYK0.930.7000.53
HSL225.13º87.6%25.29%-
HSV(B)225.13º93.39%47.45%-
XYZ4.182.6918.39-
YUV37.32175.22107.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 121 (47.66% from 255) = 73.33%
R=4.85%
G=21.82%
B=73.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8361210.930.7000.53225.1387.625.29
Hex824795D46035e15819
Octal104417113510606534113031
Binary1000100100111100110111011000110011010111100001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082479; }

 p { color: rgb(8,36,121); }

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

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

 a { background-color: rgb(8,36,121); }

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

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

 span { border-color: rgb(8,36,121); }

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