Shades of Sapphire #062565
Tints of Sapphire #062565
RGB
CMYK
RGB Variations
Color information
#062565 (or 0x062565) is known color: Sapphire. HEX triplet: 06, 25 and 65. RGB value is (6,37,101). Sum of RGB (Red+Green+Blue) = 6+37+101=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #062565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062565 is #F9DA9A. Grayscale: #222222. Windows color (decimal): -16374427 or 6628614. OLE color: 6628614.
HSL color Cylindrical-coordinate representation of color #062565: hue angle of 220.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062565 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 37 | 101 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.60 |
| HSL | 220.42º | 0.89% | 0.21% | - |
| HSV(B) | 220.42º | 0.94% | 0.4% | - |
| XYZ | 3.09 | 2.3 | 12.59 | - |
| YUV | 35.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 101 | 0.94 | 0.63 | 0 | 0.60 | 220.42 | 0.89 | 0.21 |
| Hex | 6 | 25 | 65 | 5E | 3F | 0 | 3C | DC | 59 | 15 |
| Octal | 6 | 45 | 145 | 136 | 77 | 0 | 74 | 334 | 131 | 25 |
| Binary | 110 | 100101 | 1100101 | 1011110 | 111111 | 0 | 111100 | 11011100 | 1011001 | 10101 |
Color Harmonies of #062565
Complementary color
Monochromatic Colors of #062565
Black with #062565
Text Example
Text Example
White with #062565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062565; }
p { color: rgb(6,37,101); }
H1.HeaderClassName
{
color: #062565;
}
.AnyTagClassName
{
color: #062565;
}
</style>
background-color css
<style>
a { background-color: #062565; }
a { background-color: rgb(6,37,101); }
div.DivClassName
{
background-color: #062565;
}
.BgClassName
{
background-color: #062565;
}
</style>
border-color css
<style>
span { border-color: #062565; }
span { border-color: rgb(6,37,101); }
td.TdClassName
{
border-color: #062565;
}
.TagClassName
{
border-color: #062565;
}
</style>