Shades of Sapphire #060E4B
Tints of Sapphire #060E4B
RGB
CMYK
RGB Variations
Color information
#060E4B (or 0x060E4B) is known color: Sapphire. HEX triplet: 06, 0E and 4B. RGB value is (6,14,75). Sum of RGB (Red+Green+Blue) = 6+14+75=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #060E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E4B is #F9F1B4. Grayscale: #121212. Windows color (decimal): -16380341 or 4918790. OLE color: 4918790.
HSL color Cylindrical-coordinate representation of color #060E4B: hue angle of 233.04º 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 #060E4B is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 14 | 75 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.71 |
| HSL | 233.04º | 0.85% | 0.16% | - |
| HSV(B) | 233.04º | 0.92% | 0.29% | - |
| XYZ | 1.5 | 0.86 | 6.74 | - |
| YUV | 18.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 75 | 0.92 | 0.81 | 0 | 0.71 | 233.04 | 0.85 | 0.16 |
| Hex | 6 | E | 4B | 5C | 51 | 0 | 47 | E9 | 55 | 10 |
| Octal | 6 | 16 | 113 | 134 | 121 | 0 | 107 | 351 | 125 | 20 |
| Binary | 110 | 1110 | 1001011 | 1011100 | 1010001 | 0 | 1000111 | 11101001 | 1010101 | 10000 |
Color Harmonies of #060E4B
Complementary color
Monochromatic Colors of #060E4B
Black with #060E4B
Text Example
Text Example
White with #060E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E4B; }
p { color: rgb(6,14,75); }
H1.HeaderClassName
{
color: #060E4B;
}
.AnyTagClassName
{
color: #060E4B;
}
</style>
background-color css
<style>
a { background-color: #060E4B; }
a { background-color: rgb(6,14,75); }
div.DivClassName
{
background-color: #060E4B;
}
.BgClassName
{
background-color: #060E4B;
}
</style>
border-color css
<style>
span { border-color: #060E4B; }
span { border-color: rgb(6,14,75); }
td.TdClassName
{
border-color: #060E4B;
}
.TagClassName
{
border-color: #060E4B;
}
</style>