Shades of Sapphire #062463
Tints of Sapphire #062463
RGB
CMYK
RGB Variations
Color information
#062463 (or 0x062463) is known color: Sapphire. HEX triplet: 06, 24 and 63. RGB value is (6,36,99). Sum of RGB (Red+Green+Blue) = 6+36+99=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #062463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062463 is #F9DB9C. Grayscale: #212121. Windows color (decimal): -16374685 or 6497286. OLE color: 6497286.
HSL color Cylindrical-coordinate representation of color #062463: hue angle of 220.65º 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 #062463 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 36 | 99 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.61 |
| HSL | 220.65º | 0.89% | 0.21% | - |
| HSV(B) | 220.65º | 0.94% | 0.39% | - |
| XYZ | 2.96 | 2.2 | 12.07 | - |
| YUV | 34.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 99 | 0.94 | 0.64 | 0 | 0.61 | 220.65 | 0.89 | 0.21 |
| Hex | 6 | 24 | 63 | 5E | 40 | 0 | 3D | DD | 59 | 15 |
| Octal | 6 | 44 | 143 | 136 | 100 | 0 | 75 | 335 | 131 | 25 |
| Binary | 110 | 100100 | 1100011 | 1011110 | 1000000 | 0 | 111101 | 11011101 | 1011001 | 10101 |
Color Harmonies of #062463
Complementary color
Monochromatic Colors of #062463
Black with #062463
Text Example
Text Example
White with #062463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062463; }
p { color: rgb(6,36,99); }
H1.HeaderClassName
{
color: #062463;
}
.AnyTagClassName
{
color: #062463;
}
</style>
background-color css
<style>
a { background-color: #062463; }
a { background-color: rgb(6,36,99); }
div.DivClassName
{
background-color: #062463;
}
.BgClassName
{
background-color: #062463;
}
</style>
border-color css
<style>
span { border-color: #062463; }
span { border-color: rgb(6,36,99); }
td.TdClassName
{
border-color: #062463;
}
.TagClassName
{
border-color: #062463;
}
</style>