Shades of Sapphire #06144D
Tints of Sapphire #06144D
RGB
CMYK
RGB Variations
Color information
#06144D (or 0x06144D) is known color: Sapphire. HEX triplet: 06, 14 and 4D. RGB value is (6,20,77). Sum of RGB (Red+Green+Blue) = 6+20+77=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #06144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06144D is #F9EBB2. Grayscale: #161616. Windows color (decimal): -16378803 or 5051398. OLE color: 5051398.
HSL color Cylindrical-coordinate representation of color #06144D: hue angle of 228.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06144D is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 20 | 77 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.70 |
| HSL | 228.17º | 0.86% | 0.16% | - |
| HSV(B) | 228.17º | 0.92% | 0.3% | - |
| XYZ | 1.66 | 1.07 | 7.14 | - |
| YUV | 22.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 77 | 0.92 | 0.74 | 0 | 0.70 | 228.17 | 0.86 | 0.16 |
| Hex | 6 | 14 | 4D | 5C | 4A | 0 | 46 | E4 | 56 | 10 |
| Octal | 6 | 24 | 115 | 134 | 112 | 0 | 106 | 344 | 126 | 20 |
| Binary | 110 | 10100 | 1001101 | 1011100 | 1001010 | 0 | 1000110 | 11100100 | 1010110 | 10000 |
Color Harmonies of #06144D
Complementary color
Monochromatic Colors of #06144D
Black with #06144D
Text Example
Text Example
White with #06144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06144D; }
p { color: rgb(6,20,77); }
H1.HeaderClassName
{
color: #06144D;
}
.AnyTagClassName
{
color: #06144D;
}
</style>
background-color css
<style>
a { background-color: #06144D; }
a { background-color: rgb(6,20,77); }
div.DivClassName
{
background-color: #06144D;
}
.BgClassName
{
background-color: #06144D;
}
</style>
border-color css
<style>
span { border-color: #06144D; }
span { border-color: rgb(6,20,77); }
td.TdClassName
{
border-color: #06144D;
}
.TagClassName
{
border-color: #06144D;
}
</style>