Shades of Sapphire #060D53
Tints of Sapphire #060D53
RGB
CMYK
RGB Variations
Color information
#060D53 (or 0x060D53) is known color: Sapphire. HEX triplet: 06, 0D and 53. RGB value is (6,13,83). Sum of RGB (Red+Green+Blue) = 6+13+83=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #060D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D53 is #F9F2AC. Grayscale: #121212. Windows color (decimal): -16380589 or 5442822. OLE color: 5442822.
HSL color Cylindrical-coordinate representation of color #060D53: hue angle of 234.55º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060D53 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 13 | 83 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.67 |
| HSL | 234.55º | 0.87% | 0.17% | - |
| HSV(B) | 234.55º | 0.93% | 0.33% | - |
| XYZ | 1.78 | 0.95 | 8.27 | - |
| YUV | 18.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 83 | 0.93 | 0.84 | 0 | 0.67 | 234.55 | 0.87 | 0.17 |
| Hex | 6 | D | 53 | 5D | 54 | 0 | 43 | EB | 57 | 11 |
| Octal | 6 | 15 | 123 | 135 | 124 | 0 | 103 | 353 | 127 | 21 |
| Binary | 110 | 1101 | 1010011 | 1011101 | 1010100 | 0 | 1000011 | 11101011 | 1010111 | 10001 |
Color Harmonies of #060D53
Complementary color
Monochromatic Colors of #060D53
Black with #060D53
Text Example
Text Example
White with #060D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D53; }
p { color: rgb(6,13,83); }
H1.HeaderClassName
{
color: #060D53;
}
.AnyTagClassName
{
color: #060D53;
}
</style>
background-color css
<style>
a { background-color: #060D53; }
a { background-color: rgb(6,13,83); }
div.DivClassName
{
background-color: #060D53;
}
.BgClassName
{
background-color: #060D53;
}
</style>
border-color css
<style>
span { border-color: #060D53; }
span { border-color: rgb(6,13,83); }
td.TdClassName
{
border-color: #060D53;
}
.TagClassName
{
border-color: #060D53;
}
</style>