Shades of Smalt #062F89
Tints of Smalt #062F89
RGB
CMYK
RGB Variations
Color information
#062F89 (or 0x062F89) is known color: Smalt. HEX triplet: 06, 2F and 89. RGB value is (6,47,137). Sum of RGB (Red+Green+Blue) = 6+47+137=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #062F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F89 is #F9D076. Grayscale: #2C2C2C. Windows color (decimal): -16371831 or 8990470. OLE color: 8990470.
HSL color Cylindrical-coordinate representation of color #062F89: hue angle of 221.22º 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 #062F89 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 47 | 137 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.46 |
| HSL | 221.22º | 0.92% | 0.28% | - |
| HSV(B) | 221.22º | 0.96% | 0.54% | - |
| XYZ | 5.61 | 3.88 | 24.12 | - |
| YUV | 45 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 137 | 0.96 | 0.66 | 0 | 0.46 | 221.22 | 0.92 | 0.28 |
| Hex | 6 | 2F | 89 | 60 | 42 | 0 | 2E | DD | 5C | 1C |
| Octal | 6 | 57 | 211 | 140 | 102 | 0 | 56 | 335 | 134 | 34 |
| Binary | 110 | 101111 | 10001001 | 1100000 | 1000010 | 0 | 101110 | 11011101 | 1011100 | 11100 |
Color Harmonies of #062F89
Complementary color
Monochromatic Colors of #062F89
Black with #062F89
Text Example
Text Example
White with #062F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F89; }
p { color: rgb(6,47,137); }
H1.HeaderClassName
{
color: #062F89;
}
.AnyTagClassName
{
color: #062F89;
}
</style>
background-color css
<style>
a { background-color: #062F89; }
a { background-color: rgb(6,47,137); }
div.DivClassName
{
background-color: #062F89;
}
.BgClassName
{
background-color: #062F89;
}
</style>
border-color css
<style>
span { border-color: #062F89; }
span { border-color: rgb(6,47,137); }
td.TdClassName
{
border-color: #062F89;
}
.TagClassName
{
border-color: #062F89;
}
</style>