Shades of Sapphire #062D72
Tints of Sapphire #062D72
RGB
CMYK
RGB Variations
Color information
#062D72 (or 0x062D72) is known color: Sapphire. HEX triplet: 06, 2D and 72. RGB value is (6,45,114). Sum of RGB (Red+Green+Blue) = 6+45+114=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #062D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D72 is #F9D28D. Grayscale: #282828. Windows color (decimal): -16372366 or 7482630. OLE color: 7482630.
HSL color Cylindrical-coordinate representation of color #062D72: hue angle of 218.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062D72 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 45 | 114 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.55 |
| HSL | 218.33º | 0.9% | 0.24% | - |
| HSV(B) | 218.33º | 0.95% | 0.45% | - |
| XYZ | 4.05 | 3.13 | 16.31 | - |
| YUV | 41.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 114 | 0.95 | 0.61 | 0 | 0.55 | 218.33 | 0.9 | 0.24 |
| Hex | 6 | 2D | 72 | 5F | 3D | 0 | 37 | DA | 5A | 18 |
| Octal | 6 | 55 | 162 | 137 | 75 | 0 | 67 | 332 | 132 | 30 |
| Binary | 110 | 101101 | 1110010 | 1011111 | 111101 | 0 | 110111 | 11011010 | 1011010 | 11000 |
Color Harmonies of #062D72
Complementary color
Monochromatic Colors of #062D72
Black with #062D72
Text Example
Text Example
White with #062D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D72; }
p { color: rgb(6,45,114); }
H1.HeaderClassName
{
color: #062D72;
}
.AnyTagClassName
{
color: #062D72;
}
</style>
background-color css
<style>
a { background-color: #062D72; }
a { background-color: rgb(6,45,114); }
div.DivClassName
{
background-color: #062D72;
}
.BgClassName
{
background-color: #062D72;
}
</style>
border-color css
<style>
span { border-color: #062D72; }
span { border-color: rgb(6,45,114); }
td.TdClassName
{
border-color: #062D72;
}
.TagClassName
{
border-color: #062D72;
}
</style>