Shades of Sapphire #062456
Tints of Sapphire #062456
RGB
CMYK
RGB Variations
Color information
#062456 (or 0x062456) is known color: Sapphire. HEX triplet: 06, 24 and 56. RGB value is (6,36,86). Sum of RGB (Red+Green+Blue) = 6+36+86=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #062456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062456 is #F9DBA9. Grayscale: #202020. Windows color (decimal): -16374698 or 5645318. OLE color: 5645318.
HSL color Cylindrical-coordinate representation of color #062456: hue angle of 217.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062456 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 36 | 86 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.66 |
| HSL | 217.5º | 0.87% | 0.18% | - |
| HSV(B) | 217.5º | 0.93% | 0.34% | - |
| XYZ | 2.39 | 1.97 | 9.06 | - |
| YUV | 32.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 86 | 0.93 | 0.58 | 0 | 0.66 | 217.5 | 0.87 | 0.18 |
| Hex | 6 | 24 | 56 | 5D | 3A | 0 | 42 | DA | 57 | 12 |
| Octal | 6 | 44 | 126 | 135 | 72 | 0 | 102 | 332 | 127 | 22 |
| Binary | 110 | 100100 | 1010110 | 1011101 | 111010 | 0 | 1000010 | 11011010 | 1010111 | 10010 |
Color Harmonies of #062456
Complementary color
Monochromatic Colors of #062456
Black with #062456
Text Example
Text Example
White with #062456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062456; }
p { color: rgb(6,36,86); }
H1.HeaderClassName
{
color: #062456;
}
.AnyTagClassName
{
color: #062456;
}
</style>
background-color css
<style>
a { background-color: #062456; }
a { background-color: rgb(6,36,86); }
div.DivClassName
{
background-color: #062456;
}
.BgClassName
{
background-color: #062456;
}
</style>
border-color css
<style>
span { border-color: #062456; }
span { border-color: rgb(6,36,86); }
td.TdClassName
{
border-color: #062456;
}
.TagClassName
{
border-color: #062456;
}
</style>