Shades of Sapphire #062D6B
Tints of Sapphire #062D6B
RGB
CMYK
RGB Variations
Color information
#062D6B (or 0x062D6B) is known color: Sapphire. HEX triplet: 06, 2D and 6B. RGB value is (6,45,107). Sum of RGB (Red+Green+Blue) = 6+45+107=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #062D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D6B is #F9D294. Grayscale: #282828. Windows color (decimal): -16372373 or 7023878. OLE color: 7023878.
HSL color Cylindrical-coordinate representation of color #062D6B: hue angle of 216.83º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062D6B is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 45 | 107 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.58 |
| HSL | 216.83º | 0.89% | 0.22% | - |
| HSV(B) | 216.83º | 0.94% | 0.42% | - |
| XYZ | 3.67 | 2.98 | 14.29 | - |
| YUV | 40.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 107 | 0.94 | 0.58 | 0 | 0.58 | 216.83 | 0.89 | 0.22 |
| Hex | 6 | 2D | 6B | 5E | 3A | 0 | 3A | D9 | 59 | 16 |
| Octal | 6 | 55 | 153 | 136 | 72 | 0 | 72 | 331 | 131 | 26 |
| Binary | 110 | 101101 | 1101011 | 1011110 | 111010 | 0 | 111010 | 11011001 | 1011001 | 10110 |
Color Harmonies of #062D6B
Complementary color
Monochromatic Colors of #062D6B
Black with #062D6B
Text Example
Text Example
White with #062D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D6B; }
p { color: rgb(6,45,107); }
H1.HeaderClassName
{
color: #062D6B;
}
.AnyTagClassName
{
color: #062D6B;
}
</style>
background-color css
<style>
a { background-color: #062D6B; }
a { background-color: rgb(6,45,107); }
div.DivClassName
{
background-color: #062D6B;
}
.BgClassName
{
background-color: #062D6B;
}
</style>
border-color css
<style>
span { border-color: #062D6B; }
span { border-color: rgb(6,45,107); }
td.TdClassName
{
border-color: #062D6B;
}
.TagClassName
{
border-color: #062D6B;
}
</style>