#08165C

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

Shades of Sapphire #08165C

Tints of Sapphire #08165C

Color information

#08165C (or 0x08165C) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 5C. RGB value is (8,22,92). Sum of RGB (Red+Green+Blue) = 8+22+92=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #08165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08165C is #F7E9A3. Grayscale: #191919. Windows color (decimal): -16247204 or 6034952. OLE color: 6034952.

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

Color convert

RGB82292-
CMYK0.910.7600.64
HSL230º84%19.61%-
HSV(B)230º91.3%36.08%-
XYZ2.321.410.27-
YUV25.79165.36115.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 92 (36.33% from 255) = 75.41%
R=6.56%
G=18.03%
B=75.41%

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
Decimal822920.910.7600.642308419.61
Hex8165C5B4C040e65414
Octal1026134133114010034612424
Binary1000101101011100101101110011000100000011100110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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