Shades of Smalt #062B90
Tints of Smalt #062B90
RGB
CMYK
RGB Variations
Color information
#062B90 (or 0x062B90) is known color: Smalt. HEX triplet: 06, 2B and 90. RGB value is (6,43,144). Sum of RGB (Red+Green+Blue) = 6+43+144=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #062B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B90 is #F9D46F. Grayscale: #2B2B2B. Windows color (decimal): -16372848 or 9448198. OLE color: 9448198.
HSL color Cylindrical-coordinate representation of color #062B90: hue angle of 223.91º 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 #062B90 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 43 | 144 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.44 |
| HSL | 223.91º | 0.92% | 0.29% | - |
| HSV(B) | 223.91º | 0.96% | 0.56% | - |
| XYZ | 5.97 | 3.78 | 26.8 | - |
| YUV | 43.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 144 | 0.96 | 0.70 | 0 | 0.44 | 223.91 | 0.92 | 0.29 |
| Hex | 6 | 2B | 90 | 60 | 46 | 0 | 2C | E0 | 5C | 1D |
| Octal | 6 | 53 | 220 | 140 | 106 | 0 | 54 | 340 | 134 | 35 |
| Binary | 110 | 101011 | 10010000 | 1100000 | 1000110 | 0 | 101100 | 11100000 | 1011100 | 11101 |
Color Harmonies of #062B90
Complementary color
Monochromatic Colors of #062B90
Black with #062B90
Text Example
Text Example
White with #062B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B90; }
p { color: rgb(6,43,144); }
H1.HeaderClassName
{
color: #062B90;
}
.AnyTagClassName
{
color: #062B90;
}
</style>
background-color css
<style>
a { background-color: #062B90; }
a { background-color: rgb(6,43,144); }
div.DivClassName
{
background-color: #062B90;
}
.BgClassName
{
background-color: #062B90;
}
</style>
border-color css
<style>
span { border-color: #062B90; }
span { border-color: rgb(6,43,144); }
td.TdClassName
{
border-color: #062B90;
}
.TagClassName
{
border-color: #062B90;
}
</style>