Shades of Smalt #062F90
Tints of Smalt #062F90
RGB
CMYK
RGB Variations
Color information
#062F90 (or 0x062F90) is known color: Smalt. HEX triplet: 06, 2F and 90. RGB value is (6,47,144). Sum of RGB (Red+Green+Blue) = 6+47+144=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #062F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F90 is #F9D06F. Grayscale: #2D2D2D. Windows color (decimal): -16371824 or 9449222. OLE color: 9449222.
HSL color Cylindrical-coordinate representation of color #062F90: hue angle of 222.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062F90 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 47 | 144 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.44 |
| HSL | 222.17º | 0.92% | 0.29% | - |
| HSV(B) | 222.17º | 0.96% | 0.56% | - |
| XYZ | 6.13 | 4.09 | 26.85 | - |
| YUV | 45.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 144 | 0.96 | 0.67 | 0 | 0.44 | 222.17 | 0.92 | 0.29 |
| Hex | 6 | 2F | 90 | 60 | 43 | 0 | 2C | DE | 5C | 1D |
| Octal | 6 | 57 | 220 | 140 | 103 | 0 | 54 | 336 | 134 | 35 |
| Binary | 110 | 101111 | 10010000 | 1100000 | 1000011 | 0 | 101100 | 11011110 | 1011100 | 11101 |
Color Harmonies of #062F90
Complementary color
Monochromatic Colors of #062F90
Black with #062F90
Text Example
Text Example
White with #062F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F90; }
p { color: rgb(6,47,144); }
H1.HeaderClassName
{
color: #062F90;
}
.AnyTagClassName
{
color: #062F90;
}
</style>
background-color css
<style>
a { background-color: #062F90; }
a { background-color: rgb(6,47,144); }
div.DivClassName
{
background-color: #062F90;
}
.BgClassName
{
background-color: #062F90;
}
</style>
border-color css
<style>
span { border-color: #062F90; }
span { border-color: rgb(6,47,144); }
td.TdClassName
{
border-color: #062F90;
}
.TagClassName
{
border-color: #062F90;
}
</style>