Shades of Sapphire #062065
Tints of Sapphire #062065
RGB
CMYK
RGB Variations
Color information
#062065 (or 0x062065) is known color: Sapphire. HEX triplet: 06, 20 and 65. RGB value is (6,32,101). Sum of RGB (Red+Green+Blue) = 6+32+101=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 101 (39.84% from 255 or 72.66% from 139); Max value from RGB is 101 - color contains mainly: blue. Hex color #062065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062065 is #F9DF9A. Grayscale: #1F1F1F. Windows color (decimal): -16375707 or 6627334. OLE color: 6627334.
HSL color Cylindrical-coordinate representation of color #062065: hue angle of 223.58º 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 #062065 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 32 | 101 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.60 |
| HSL | 223.58º | 0.89% | 0.21% | - |
| HSV(B) | 223.58º | 0.94% | 0.4% | - |
| XYZ | 2.94 | 2.01 | 12.55 | - |
| YUV | 32.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 101 | 0.94 | 0.68 | 0 | 0.60 | 223.58 | 0.89 | 0.21 |
| Hex | 6 | 20 | 65 | 5E | 44 | 0 | 3C | E0 | 59 | 15 |
| Octal | 6 | 40 | 145 | 136 | 104 | 0 | 74 | 340 | 131 | 25 |
| Binary | 110 | 100000 | 1100101 | 1011110 | 1000100 | 0 | 111100 | 11100000 | 1011001 | 10101 |
Color Harmonies of #062065
Complementary color
Monochromatic Colors of #062065
Black with #062065
Text Example
Text Example
White with #062065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062065; }
p { color: rgb(6,32,101); }
H1.HeaderClassName
{
color: #062065;
}
.AnyTagClassName
{
color: #062065;
}
</style>
background-color css
<style>
a { background-color: #062065; }
a { background-color: rgb(6,32,101); }
div.DivClassName
{
background-color: #062065;
}
.BgClassName
{
background-color: #062065;
}
</style>
border-color css
<style>
span { border-color: #062065; }
span { border-color: rgb(6,32,101); }
td.TdClassName
{
border-color: #062065;
}
.TagClassName
{
border-color: #062065;
}
</style>