Shades of Smalt #062C90
Tints of Smalt #062C90
RGB
CMYK
RGB Variations
Color information
#062C90 (or 0x062C90) is known color: Smalt. HEX triplet: 06, 2C and 90. RGB value is (6,44,144). Sum of RGB (Red+Green+Blue) = 6+44+144=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #062C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C90 is #F9D36F. Grayscale: #2B2B2B. Windows color (decimal): -16372592 or 9448454. OLE color: 9448454.
HSL color Cylindrical-coordinate representation of color #062C90: hue angle of 223.48º 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 #062C90 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 44 | 144 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.44 |
| HSL | 223.48º | 0.92% | 0.29% | - |
| HSV(B) | 223.48º | 0.96% | 0.56% | - |
| XYZ | 6.01 | 3.85 | 26.81 | - |
| YUV | 44.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 144 | 0.96 | 0.69 | 0 | 0.44 | 223.48 | 0.92 | 0.29 |
| Hex | 6 | 2C | 90 | 60 | 45 | 0 | 2C | DF | 5C | 1D |
| Octal | 6 | 54 | 220 | 140 | 105 | 0 | 54 | 337 | 134 | 35 |
| Binary | 110 | 101100 | 10010000 | 1100000 | 1000101 | 0 | 101100 | 11011111 | 1011100 | 11101 |
Color Harmonies of #062C90
Complementary color
Monochromatic Colors of #062C90
Black with #062C90
Text Example
Text Example
White with #062C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C90; }
p { color: rgb(6,44,144); }
H1.HeaderClassName
{
color: #062C90;
}
.AnyTagClassName
{
color: #062C90;
}
</style>
background-color css
<style>
a { background-color: #062C90; }
a { background-color: rgb(6,44,144); }
div.DivClassName
{
background-color: #062C90;
}
.BgClassName
{
background-color: #062C90;
}
</style>
border-color css
<style>
span { border-color: #062C90; }
span { border-color: rgb(6,44,144); }
td.TdClassName
{
border-color: #062C90;
}
.TagClassName
{
border-color: #062C90;
}
</style>