Shades of Sapphire #062570
Tints of Sapphire #062570
RGB
CMYK
RGB Variations
Color information
#062570 (or 0x062570) is known color: Sapphire. HEX triplet: 06, 25 and 70. RGB value is (6,37,112). Sum of RGB (Red+Green+Blue) = 6+37+112=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #062570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062570 is #F9DA8F. Grayscale: #232323. Windows color (decimal): -16374416 or 7349510. OLE color: 7349510.
HSL color Cylindrical-coordinate representation of color #062570: hue angle of 222.45º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062570 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 37 | 112 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.56 |
| HSL | 222.45º | 0.9% | 0.23% | - |
| HSV(B) | 222.45º | 0.95% | 0.44% | - |
| XYZ | 3.66 | 2.53 | 15.62 | - |
| YUV | 36.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 112 | 0.95 | 0.67 | 0 | 0.56 | 222.45 | 0.9 | 0.23 |
| Hex | 6 | 25 | 70 | 5F | 43 | 0 | 38 | DE | 5A | 17 |
| Octal | 6 | 45 | 160 | 137 | 103 | 0 | 70 | 336 | 132 | 27 |
| Binary | 110 | 100101 | 1110000 | 1011111 | 1000011 | 0 | 111000 | 11011110 | 1011010 | 10111 |
Color Harmonies of #062570
Complementary color
Monochromatic Colors of #062570
Black with #062570
Text Example
Text Example
White with #062570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062570; }
p { color: rgb(6,37,112); }
H1.HeaderClassName
{
color: #062570;
}
.AnyTagClassName
{
color: #062570;
}
</style>
background-color css
<style>
a { background-color: #062570; }
a { background-color: rgb(6,37,112); }
div.DivClassName
{
background-color: #062570;
}
.BgClassName
{
background-color: #062570;
}
</style>
border-color css
<style>
span { border-color: #062570; }
span { border-color: rgb(6,37,112); }
td.TdClassName
{
border-color: #062570;
}
.TagClassName
{
border-color: #062570;
}
</style>