Shades of Sapphire #060F4A
Tints of Sapphire #060F4A
RGB
CMYK
RGB Variations
Color information
#060F4A (or 0x060F4A) is known color: Sapphire. HEX triplet: 06, 0F and 4A. RGB value is (6,15,74). Sum of RGB (Red+Green+Blue) = 6+15+74=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #060F4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F4A is #F9F0B5. Grayscale: #121212. Windows color (decimal): -16380086 or 4853510. OLE color: 4853510.
HSL color Cylindrical-coordinate representation of color #060F4A: hue angle of 232.06º 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 #060F4A is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 15 | 74 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.71 |
| HSL | 232.06º | 0.85% | 0.16% | - |
| HSV(B) | 232.06º | 0.92% | 0.29% | - |
| XYZ | 1.48 | 0.87 | 6.57 | - |
| YUV | 19.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 74 | 0.92 | 0.80 | 0 | 0.71 | 232.06 | 0.85 | 0.16 |
| Hex | 6 | F | 4A | 5C | 50 | 0 | 47 | E8 | 55 | 10 |
| Octal | 6 | 17 | 112 | 134 | 120 | 0 | 107 | 350 | 125 | 20 |
| Binary | 110 | 1111 | 1001010 | 1011100 | 1010000 | 0 | 1000111 | 11101000 | 1010101 | 10000 |
Color Harmonies of #060F4A
Complementary color
Monochromatic Colors of #060F4A
Black with #060F4A
Text Example
Text Example
White with #060F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F4A; }
p { color: rgb(6,15,74); }
H1.HeaderClassName
{
color: #060F4A;
}
.AnyTagClassName
{
color: #060F4A;
}
</style>
background-color css
<style>
a { background-color: #060F4A; }
a { background-color: rgb(6,15,74); }
div.DivClassName
{
background-color: #060F4A;
}
.BgClassName
{
background-color: #060F4A;
}
</style>
border-color css
<style>
span { border-color: #060F4A; }
span { border-color: rgb(6,15,74); }
td.TdClassName
{
border-color: #060F4A;
}
.TagClassName
{
border-color: #060F4A;
}
</style>