Shades of Smalt #062D89
Tints of Smalt #062D89
RGB
CMYK
RGB Variations
Color information
#062D89 (or 0x062D89) is known color: Smalt. HEX triplet: 06, 2D and 89. RGB value is (6,45,137). Sum of RGB (Red+Green+Blue) = 6+45+137=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #062D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D89 is #F9D276. Grayscale: #2B2B2B. Windows color (decimal): -16372343 or 8989958. OLE color: 8989958.
HSL color Cylindrical-coordinate representation of color #062D89: hue angle of 222.14º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D89 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 45 | 137 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.46 |
| HSL | 222.14º | 0.92% | 0.28% | - |
| HSV(B) | 222.14º | 0.96% | 0.54% | - |
| XYZ | 5.53 | 3.72 | 24.09 | - |
| YUV | 43.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 137 | 0.96 | 0.67 | 0 | 0.46 | 222.14 | 0.92 | 0.28 |
| Hex | 6 | 2D | 89 | 60 | 43 | 0 | 2E | DE | 5C | 1C |
| Octal | 6 | 55 | 211 | 140 | 103 | 0 | 56 | 336 | 134 | 34 |
| Binary | 110 | 101101 | 10001001 | 1100000 | 1000011 | 0 | 101110 | 11011110 | 1011100 | 11100 |
Color Harmonies of #062D89
Complementary color
Monochromatic Colors of #062D89
Black with #062D89
Text Example
Text Example
White with #062D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D89; }
p { color: rgb(6,45,137); }
H1.HeaderClassName
{
color: #062D89;
}
.AnyTagClassName
{
color: #062D89;
}
</style>
background-color css
<style>
a { background-color: #062D89; }
a { background-color: rgb(6,45,137); }
div.DivClassName
{
background-color: #062D89;
}
.BgClassName
{
background-color: #062D89;
}
</style>
border-color css
<style>
span { border-color: #062D89; }
span { border-color: rgb(6,45,137); }
td.TdClassName
{
border-color: #062D89;
}
.TagClassName
{
border-color: #062D89;
}
</style>