#08144E

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

Shades of Sapphire #08144E

Tints of Sapphire #08144E

Color information

#08144E (or 0x08144E) is unknown color: approx Sapphire. HEX triplet: 08, 14 and 4E. RGB value is (8,20,78). Sum of RGB (Red+Green+Blue) = 8+20+78=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #08144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08144E is #F7EBB1. Grayscale: #161616. Windows color (decimal): -16247730 or 5116936. OLE color: 5116936.

HSL color Cylindrical-coordinate representation of color #08144E: hue angle of 229.71º degrees, saturation: 0.81, 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 #08144E is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB82078-
CMYK0.900.7400.69
HSL229.71º81.4%16.86%-
HSV(B)229.71º89.74%30.59%-
XYZ1.731.17.33-
YUV23.02159.02117.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 78 (30.86% from 255) = 73.58%
R=7.55%
G=18.87%
B=73.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal820780.900.7400.69229.7181.416.86
Hex8144E5A4A045e65111
Octal1024116132112010534612121
Binary1000101001001110101101010010100100010111100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08144E; }

 p { color: rgb(8,20,78); }

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

<style>
 a { background-color: #08144E; }

 a { background-color: rgb(8,20,78); }

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

<style>
 span { border-color: #08144E; }

 span { border-color: rgb(8,20,78); }

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