Shades of Sapphire #060C4B
Tints of Sapphire #060C4B
RGB
CMYK
RGB Variations
Color information
#060C4B (or 0x060C4B) is known color: Sapphire. HEX triplet: 06, 0C and 4B. RGB value is (6,12,75). Sum of RGB (Red+Green+Blue) = 6+12+75=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #060C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C4B is #F9F3B4. Grayscale: #111111. Windows color (decimal): -16380853 or 4918278. OLE color: 4918278.
HSL color Cylindrical-coordinate representation of color #060C4B: hue angle of 234.78º 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 #060C4B is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 12 | 75 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.71 |
| HSL | 234.78º | 0.85% | 0.16% | - |
| HSV(B) | 234.78º | 0.92% | 0.29% | - |
| XYZ | 1.48 | 0.81 | 6.74 | - |
| YUV | 17.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 75 | 0.92 | 0.84 | 0 | 0.71 | 234.78 | 0.85 | 0.16 |
| Hex | 6 | C | 4B | 5C | 54 | 0 | 47 | EB | 55 | 10 |
| Octal | 6 | 14 | 113 | 134 | 124 | 0 | 107 | 353 | 125 | 20 |
| Binary | 110 | 1100 | 1001011 | 1011100 | 1010100 | 0 | 1000111 | 11101011 | 1010101 | 10000 |
Color Harmonies of #060C4B
Complementary color
Monochromatic Colors of #060C4B
Black with #060C4B
Text Example
Text Example
White with #060C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C4B; }
p { color: rgb(6,12,75); }
H1.HeaderClassName
{
color: #060C4B;
}
.AnyTagClassName
{
color: #060C4B;
}
</style>
background-color css
<style>
a { background-color: #060C4B; }
a { background-color: rgb(6,12,75); }
div.DivClassName
{
background-color: #060C4B;
}
.BgClassName
{
background-color: #060C4B;
}
</style>
border-color css
<style>
span { border-color: #060C4B; }
span { border-color: rgb(6,12,75); }
td.TdClassName
{
border-color: #060C4B;
}
.TagClassName
{
border-color: #060C4B;
}
</style>