#08165B

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

Shades of Sapphire #08165B

Tints of Sapphire #08165B

Color information

#08165B (or 0x08165B) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 5B. RGB value is (8,22,91). Sum of RGB (Red+Green+Blue) = 8+22+91=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #08165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08165B is #F7E9A4. Grayscale: #191919. Windows color (decimal): -16247205 or 5969416. OLE color: 5969416.

HSL color Cylindrical-coordinate representation of color #08165B: hue angle of 229.88º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08165B is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82291-
CMYK0.910.7600.64
HSL229.88º83.84%19.41%-
HSV(B)229.88º91.21%35.69%-
XYZ2.281.3810.04-
YUV25.68164.86115.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 91 (35.94% from 255) = 75.21%
R=6.61%
G=18.18%
B=75.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal822910.910.7600.64229.8883.8419.41
Hex8165B5B4C040e65413
Octal1026133133114010034612423
Binary1000101101011011101101110011000100000011100110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08165B; }

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

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

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

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

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

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

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

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