Shades of Sapphire #062C6B
Tints of Sapphire #062C6B
RGB
CMYK
RGB Variations
Color information
#062C6B (or 0x062C6B) is known color: Sapphire. HEX triplet: 06, 2C and 6B. RGB value is (6,44,107). Sum of RGB (Red+Green+Blue) = 6+44+107=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #062C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C6B is #F9D394. Grayscale: #272727. Windows color (decimal): -16372629 or 7023622. OLE color: 7023622.
HSL color Cylindrical-coordinate representation of color #062C6B: hue angle of 217.43º 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 #062C6B is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 44 | 107 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.58 |
| HSL | 217.43º | 0.89% | 0.22% | - |
| HSV(B) | 217.43º | 0.94% | 0.42% | - |
| XYZ | 3.63 | 2.9 | 14.28 | - |
| YUV | 39.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 107 | 0.94 | 0.59 | 0 | 0.58 | 217.43 | 0.89 | 0.22 |
| Hex | 6 | 2C | 6B | 5E | 3B | 0 | 3A | D9 | 59 | 16 |
| Octal | 6 | 54 | 153 | 136 | 73 | 0 | 72 | 331 | 131 | 26 |
| Binary | 110 | 101100 | 1101011 | 1011110 | 111011 | 0 | 111010 | 11011001 | 1011001 | 10110 |
Color Harmonies of #062C6B
Complementary color
Monochromatic Colors of #062C6B
Black with #062C6B
Text Example
Text Example
White with #062C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C6B; }
p { color: rgb(6,44,107); }
H1.HeaderClassName
{
color: #062C6B;
}
.AnyTagClassName
{
color: #062C6B;
}
</style>
background-color css
<style>
a { background-color: #062C6B; }
a { background-color: rgb(6,44,107); }
div.DivClassName
{
background-color: #062C6B;
}
.BgClassName
{
background-color: #062C6B;
}
</style>
border-color css
<style>
span { border-color: #062C6B; }
span { border-color: rgb(6,44,107); }
td.TdClassName
{
border-color: #062C6B;
}
.TagClassName
{
border-color: #062C6B;
}
</style>