#082876

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

Shades of Sapphire #082876

Tints of Sapphire #082876

Color information

#082876 (or 0x082876) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 76. RGB value is (8,40,118). Sum of RGB (Red+Green+Blue) = 8+40+118=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #082876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082876 is #F7D789. Grayscale: #262626. Windows color (decimal): -16242570 or 7743496. OLE color: 7743496.

HSL color Cylindrical-coordinate representation of color #082876: hue angle of 222.55º 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 #082876 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB840118-
CMYK0.930.6600.54
HSL222.55º87.3%24.71%-
HSV(B)222.55º93.22%46.27%-
XYZ4.132.8817.48-
YUV39.32172.4105.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 118 (46.48% from 255) = 71.08%
R=4.82%
G=24.10%
B=71.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8401180.930.6600.54222.5587.324.71
Hex828765D42036df5719
Octal105016613510206633712731
Binary1000101000111011010111011000010011011011011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082876; }

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

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

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

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

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

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

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

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