Shades of Sapphire #062963
Tints of Sapphire #062963
RGB
CMYK
RGB Variations
Color information
#062963 (or 0x062963) is known color: Sapphire. HEX triplet: 06, 29 and 63. RGB value is (6,41,99). Sum of RGB (Red+Green+Blue) = 6+41+99=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #062963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062963 is #F9D69C. Grayscale: #242424. Windows color (decimal): -16373405 or 6498566. OLE color: 6498566.
HSL color Cylindrical-coordinate representation of color #062963: hue angle of 217.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062963 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 41 | 99 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.61 |
| HSL | 217.42º | 0.89% | 0.21% | - |
| HSV(B) | 217.42º | 0.94% | 0.39% | - |
| XYZ | 3.12 | 2.53 | 12.13 | - |
| YUV | 37.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 99 | 0.94 | 0.59 | 0 | 0.61 | 217.42 | 0.89 | 0.21 |
| Hex | 6 | 29 | 63 | 5E | 3B | 0 | 3D | D9 | 59 | 15 |
| Octal | 6 | 51 | 143 | 136 | 73 | 0 | 75 | 331 | 131 | 25 |
| Binary | 110 | 101001 | 1100011 | 1011110 | 111011 | 0 | 111101 | 11011001 | 1011001 | 10101 |
Color Harmonies of #062963
Complementary color
Monochromatic Colors of #062963
Black with #062963
Text Example
Text Example
White with #062963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062963; }
p { color: rgb(6,41,99); }
H1.HeaderClassName
{
color: #062963;
}
.AnyTagClassName
{
color: #062963;
}
</style>
background-color css
<style>
a { background-color: #062963; }
a { background-color: rgb(6,41,99); }
div.DivClassName
{
background-color: #062963;
}
.BgClassName
{
background-color: #062963;
}
</style>
border-color css
<style>
span { border-color: #062963; }
span { border-color: rgb(6,41,99); }
td.TdClassName
{
border-color: #062963;
}
.TagClassName
{
border-color: #062963;
}
</style>