#08115D

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

Shades of Sapphire #08115D

Tints of Sapphire #08115D

Color information

#08115D (or 0x08115D) is unknown color: approx Sapphire. HEX triplet: 08, 11 and 5D. RGB value is (8,17,93). Sum of RGB (Red+Green+Blue) = 8+17+93=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #08115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08115D is #F7EEA2. Grayscale: #161616. Windows color (decimal): -16248483 or 6099208. OLE color: 6099208.

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

Color convert

RGB81793-
CMYK0.910.8200.64
HSL233.65º84.16%19.8%-
HSV(B)233.65º91.4%36.47%-
XYZ2.281.2410.48-
YUV22.97167.52117.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 93 (36.72% from 255) = 78.81%
R=6.78%
G=14.41%
B=78.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal817930.910.8200.64233.6584.1619.8
Hex8115D5B52040ea5414
Octal1021135133122010035212424
Binary1000100011011101101101110100100100000011101010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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