Shades of Smalt #062F9E
Tints of Smalt #062F9E
RGB
CMYK
RGB Variations
Color information
#062F9E (or 0x062F9E) is known color: Smalt. HEX triplet: 06, 2F and 9E. RGB value is (6,47,158). Sum of RGB (Red+Green+Blue) = 6+47+158=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #062F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F9E is #F9D061. Grayscale: #2E2E2E. Windows color (decimal): -16371810 or 10366726. OLE color: 10366726.
HSL color Cylindrical-coordinate representation of color #062F9E: hue angle of 223.82º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062F9E is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 47 | 158 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.38 |
| HSL | 223.82º | 0.93% | 0.32% | - |
| HSV(B) | 223.82º | 0.96% | 0.62% | - |
| XYZ | 7.26 | 4.54 | 32.84 | - |
| YUV | 47.4 | 190.42 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 158 | 0.96 | 0.70 | 0 | 0.38 | 223.82 | 0.93 | 0.32 |
| Hex | 6 | 2F | 9E | 60 | 46 | 0 | 26 | E0 | 5D | 20 |
| Octal | 6 | 57 | 236 | 140 | 106 | 0 | 46 | 340 | 135 | 40 |
| Binary | 110 | 101111 | 10011110 | 1100000 | 1000110 | 0 | 100110 | 11100000 | 1011101 | 100000 |
Color Harmonies of #062F9E
Complementary color
Monochromatic Colors of #062F9E
Black with #062F9E
Text Example
Text Example
White with #062F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F9E; }
p { color: rgb(6,47,158); }
H1.HeaderClassName
{
color: #062F9E;
}
.AnyTagClassName
{
color: #062F9E;
}
</style>
background-color css
<style>
a { background-color: #062F9E; }
a { background-color: rgb(6,47,158); }
div.DivClassName
{
background-color: #062F9E;
}
.BgClassName
{
background-color: #062F9E;
}
</style>
border-color css
<style>
span { border-color: #062F9E; }
span { border-color: rgb(6,47,158); }
td.TdClassName
{
border-color: #062F9E;
}
.TagClassName
{
border-color: #062F9E;
}
</style>