#08115B

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

Shades of Sapphire #08115B

Tints of Sapphire #08115B

Color information

#08115B (or 0x08115B) is unknown color: approx Sapphire. HEX triplet: 08, 11 and 5B. RGB value is (8,17,91). Sum of RGB (Red+Green+Blue) = 8+17+91=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #08115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08115B is #F7EEA4. Grayscale: #161616. Windows color (decimal): -16248485 or 5968136. OLE color: 5968136.

HSL color Cylindrical-coordinate representation of color #08115B: hue angle of 233.49º 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 #08115B is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB81791-
CMYK0.910.8100.64
HSL233.49º83.84%19.41%-
HSV(B)233.49º91.21%35.69%-
XYZ2.191.2110.02-
YUV22.74166.52117.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 91 (35.94% from 255) = 78.45%
R=6.90%
G=14.66%
B=78.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal817910.910.8100.64233.4983.8419.41
Hex8115B5B51040e95413
Octal1021133133121010035112423
Binary1000100011011011101101110100010100000011101001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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