#08115A

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

Shades of Sapphire #08115A

Tints of Sapphire #08115A

Color information

#08115A (or 0x08115A) is unknown color: approx Sapphire. HEX triplet: 08, 11 and 5A. RGB value is (8,17,90). Sum of RGB (Red+Green+Blue) = 8+17+90=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #08115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08115A is #F7EEA5. Grayscale: #161616. Windows color (decimal): -16248486 or 5902600. OLE color: 5902600.

HSL color Cylindrical-coordinate representation of color #08115A: hue angle of 233.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08115A is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81790-
CMYK0.910.8100.65
HSL233.41º83.67%19.22%-
HSV(B)233.41º91.11%35.29%-
XYZ2.151.199.79-
YUV22.63166.02117.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 90 (35.55% from 255) = 78.26%
R=6.96%
G=14.78%
B=78.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal817900.910.8100.65233.4183.6719.22
Hex8115A5B51041e95413
Octal1021132133121010135112423
Binary1000100011011010101101110100010100000111101001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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