#082976

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

Shades of Sapphire #082976

Tints of Sapphire #082976

Color information

#082976 (or 0x082976) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 76. RGB value is (8,41,118). Sum of RGB (Red+Green+Blue) = 8+41+118=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #082976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082976 is #F7D689. Grayscale: #272727. Windows color (decimal): -16242314 or 7743752. OLE color: 7743752.

HSL color Cylindrical-coordinate representation of color #082976: hue angle of 222º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082976 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB841118-
CMYK0.930.6500.54
HSL222º87.3%24.71%-
HSV(B)222º93.22%46.27%-
XYZ4.162.9517.49-
YUV39.91172.07105.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=4.79%
G=24.55%
B=70.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8411180.930.6500.5422287.324.71
Hex829765D41036de5719
Octal105116613510106633612731
Binary1000101001111011010111011000001011011011011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082976; }

 p { color: rgb(8,41,118); }

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

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

 a { background-color: rgb(8,41,118); }

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

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

 span { border-color: rgb(8,41,118); }

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