Shades of Sapphire #062562
Tints of Sapphire #062562
RGB
CMYK
RGB Variations
Color information
#062562 (or 0x062562) is known color: Sapphire. HEX triplet: 06, 25 and 62. RGB value is (6,37,98). Sum of RGB (Red+Green+Blue) = 6+37+98=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #062562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062562 is #F9DA9D. Grayscale: #222222. Windows color (decimal): -16374430 or 6432006. OLE color: 6432006.
HSL color Cylindrical-coordinate representation of color #062562: hue angle of 219.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062562 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 37 | 98 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.62 |
| HSL | 219.78º | 0.88% | 0.2% | - |
| HSV(B) | 219.78º | 0.94% | 0.38% | - |
| XYZ | 2.94 | 2.24 | 11.83 | - |
| YUV | 34.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 98 | 0.94 | 0.62 | 0 | 0.62 | 219.78 | 0.88 | 0.2 |
| Hex | 6 | 25 | 62 | 5E | 3E | 0 | 3E | DC | 58 | 14 |
| Octal | 6 | 45 | 142 | 136 | 76 | 0 | 76 | 334 | 130 | 24 |
| Binary | 110 | 100101 | 1100010 | 1011110 | 111110 | 0 | 111110 | 11011100 | 1011000 | 10100 |
Color Harmonies of #062562
Complementary color
Monochromatic Colors of #062562
Black with #062562
Text Example
Text Example
White with #062562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062562; }
p { color: rgb(6,37,98); }
H1.HeaderClassName
{
color: #062562;
}
.AnyTagClassName
{
color: #062562;
}
</style>
background-color css
<style>
a { background-color: #062562; }
a { background-color: rgb(6,37,98); }
div.DivClassName
{
background-color: #062562;
}
.BgClassName
{
background-color: #062562;
}
</style>
border-color css
<style>
span { border-color: #062562; }
span { border-color: rgb(6,37,98); }
td.TdClassName
{
border-color: #062562;
}
.TagClassName
{
border-color: #062562;
}
</style>