Shades of Sapphire #062A5D
Tints of Sapphire #062A5D
RGB
CMYK
RGB Variations
Color information
#062A5D (or 0x062A5D) is known color: Sapphire. HEX triplet: 06, 2A and 5D. RGB value is (6,42,93). Sum of RGB (Red+Green+Blue) = 6+42+93=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #062A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A5D is #F9D5A2. Grayscale: #242424. Windows color (decimal): -16373155 or 6105606. OLE color: 6105606.
HSL color Cylindrical-coordinate representation of color #062A5D: hue angle of 215.17º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062A5D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 42 | 93 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.64 |
| HSL | 215.17º | 0.88% | 0.19% | - |
| HSV(B) | 215.17º | 0.94% | 0.36% | - |
| XYZ | 2.88 | 2.48 | 10.68 | - |
| YUV | 37.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 93 | 0.94 | 0.55 | 0 | 0.64 | 215.17 | 0.88 | 0.19 |
| Hex | 6 | 2A | 5D | 5E | 37 | 0 | 40 | D7 | 58 | 13 |
| Octal | 6 | 52 | 135 | 136 | 67 | 0 | 100 | 327 | 130 | 23 |
| Binary | 110 | 101010 | 1011101 | 1011110 | 110111 | 0 | 1000000 | 11010111 | 1011000 | 10011 |
Color Harmonies of #062A5D
Complementary color
Monochromatic Colors of #062A5D
Black with #062A5D
Text Example
Text Example
White with #062A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A5D; }
p { color: rgb(6,42,93); }
H1.HeaderClassName
{
color: #062A5D;
}
.AnyTagClassName
{
color: #062A5D;
}
</style>
background-color css
<style>
a { background-color: #062A5D; }
a { background-color: rgb(6,42,93); }
div.DivClassName
{
background-color: #062A5D;
}
.BgClassName
{
background-color: #062A5D;
}
</style>
border-color css
<style>
span { border-color: #062A5D; }
span { border-color: rgb(6,42,93); }
td.TdClassName
{
border-color: #062A5D;
}
.TagClassName
{
border-color: #062A5D;
}
</style>