#08166C

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

Shades of Sapphire #08166C

Tints of Sapphire #08166C

Color information

#08166C (or 0x08166C) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 6C. RGB value is (8,22,108). Sum of RGB (Red+Green+Blue) = 8+22+108=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #08166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08166C is #F7E993. Grayscale: #1B1B1B. Windows color (decimal): -16247188 or 7083528. OLE color: 7083528.

HSL color Cylindrical-coordinate representation of color #08166C: hue angle of 231.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08166C is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB822108-
CMYK0.930.8000.58
HSL231.6º86.21%22.75%-
HSV(B)231.6º92.59%42.35%-
XYZ3.091.7114.35-
YUV27.62173.36114.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 108 (42.58% from 255) = 78.26%
R=5.80%
G=15.94%
B=78.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8221080.930.8000.58231.686.2122.75
Hex8166C5D5003Ae85617
Octal102615413512007235012627
Binary100010110110110010111011010000011101011101000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08166C; }

 p { color: rgb(8,22,108); }

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

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

 a { background-color: rgb(8,22,108); }

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

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

 span { border-color: rgb(8,22,108); }

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