Shades of Sapphire #06144B
Tints of Sapphire #06144B
RGB
CMYK
RGB Variations
Color information
#06144B (or 0x06144B) is known color: Sapphire. HEX triplet: 06, 14 and 4B. RGB value is (6,20,75). Sum of RGB (Red+Green+Blue) = 6+20+75=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #06144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06144B is #F9EBB4. Grayscale: #151515. Windows color (decimal): -16378805 or 4920326. OLE color: 4920326.
HSL color Cylindrical-coordinate representation of color #06144B: hue angle of 227.83º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06144B is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 20 | 75 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.71 |
| HSL | 227.83º | 0.85% | 0.16% | - |
| HSV(B) | 227.83º | 0.92% | 0.29% | - |
| XYZ | 1.6 | 1.05 | 6.77 | - |
| YUV | 22.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 75 | 0.92 | 0.73 | 0 | 0.71 | 227.83 | 0.85 | 0.16 |
| Hex | 6 | 14 | 4B | 5C | 49 | 0 | 47 | E4 | 55 | 10 |
| Octal | 6 | 24 | 113 | 134 | 111 | 0 | 107 | 344 | 125 | 20 |
| Binary | 110 | 10100 | 1001011 | 1011100 | 1001001 | 0 | 1000111 | 11100100 | 1010101 | 10000 |
Color Harmonies of #06144B
Complementary color
Monochromatic Colors of #06144B
Black with #06144B
Text Example
Text Example
White with #06144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06144B; }
p { color: rgb(6,20,75); }
H1.HeaderClassName
{
color: #06144B;
}
.AnyTagClassName
{
color: #06144B;
}
</style>
background-color css
<style>
a { background-color: #06144B; }
a { background-color: rgb(6,20,75); }
div.DivClassName
{
background-color: #06144B;
}
.BgClassName
{
background-color: #06144B;
}
</style>
border-color css
<style>
span { border-color: #06144B; }
span { border-color: rgb(6,20,75); }
td.TdClassName
{
border-color: #06144B;
}
.TagClassName
{
border-color: #06144B;
}
</style>