#08114F

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

Shades of Sapphire #08114F

Tints of Sapphire #08114F

Color information

#08114F (or 0x08114F) is unknown color: approx Sapphire. HEX triplet: 08, 11 and 4F. RGB value is (8,17,79). Sum of RGB (Red+Green+Blue) = 8+17+79=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #08114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08114F is #F7EEB0. Grayscale: #151515. Windows color (decimal): -16248497 or 5181704. OLE color: 5181704.

HSL color Cylindrical-coordinate representation of color #08114F: hue angle of 232.39º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08114F is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB81779-
CMYK0.900.7800.69
HSL232.39º81.61%17.06%-
HSV(B)232.39º89.87%30.98%-
XYZ1.711.027.5-
YUV21.38160.52118.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 79 (31.25% from 255) = 75.96%
R=7.69%
G=16.35%
B=75.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal817790.900.7800.69232.3981.6117.06
Hex8114F5A4E045e85211
Octal1021117132116010535012221
Binary1000100011001111101101010011100100010111101000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08114F; }

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

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

<style>
 a { background-color: #08114F; }

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

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

<style>
 span { border-color: #08114F; }

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

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