Shades of Sapphire #08144E
Tints of Sapphire #08144E
RGB
CMYK
RGB Variations
Color information
#08144E (or 0x08144E) is known color: 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
| RGB | 8 | 20 | 78 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.69 |
| HSL | 229.71º | 0.81% | 0.17% | - |
| HSV(B) | 229.71º | 0.9% | 0.31% | - |
| XYZ | 1.73 | 1.1 | 7.33 | - |
| YUV | 23.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 78 | 0.90 | 0.74 | 0 | 0.69 | 229.71 | 0.81 | 0.17 |
| Hex | 8 | 14 | 4E | 5A | 4A | 0 | 45 | E6 | 51 | 11 |
| Octal | 10 | 24 | 116 | 132 | 112 | 0 | 105 | 346 | 121 | 21 |
| Binary | 1000 | 10100 | 1001110 | 1011010 | 1001010 | 0 | 1000101 | 11100110 | 1010001 | 10001 |
Color Harmonies of #08144E
Complementary color
Monochromatic Colors of #08144E
Black with #08144E
Text Example
Text Example
White with #08144E
Text Example
Text Example
HTML Codes & Css Web 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>