Shades of Smalt #062D91
Tints of Smalt #062D91
RGB
CMYK
RGB Variations
Color information
#062D91 (or 0x062D91) is known color: Smalt. HEX triplet: 06, 2D and 91. RGB value is (6,45,145). Sum of RGB (Red+Green+Blue) = 6+45+145=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #062D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D91 is #F9D26E. Grayscale: #2C2C2C. Windows color (decimal): -16372335 or 9514246. OLE color: 9514246.
HSL color Cylindrical-coordinate representation of color #062D91: hue angle of 223.17º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D91 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 45 | 145 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.43 |
| HSL | 223.17º | 0.92% | 0.3% | - |
| HSV(B) | 223.17º | 0.96% | 0.57% | - |
| XYZ | 6.12 | 3.96 | 27.23 | - |
| YUV | 44.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 145 | 0.96 | 0.69 | 0 | 0.43 | 223.17 | 0.92 | 0.3 |
| Hex | 6 | 2D | 91 | 60 | 45 | 0 | 2B | DF | 5C | 1E |
| Octal | 6 | 55 | 221 | 140 | 105 | 0 | 53 | 337 | 134 | 36 |
| Binary | 110 | 101101 | 10010001 | 1100000 | 1000101 | 0 | 101011 | 11011111 | 1011100 | 11110 |
Color Harmonies of #062D91
Complementary color
Monochromatic Colors of #062D91
Black with #062D91
Text Example
Text Example
White with #062D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D91; }
p { color: rgb(6,45,145); }
H1.HeaderClassName
{
color: #062D91;
}
.AnyTagClassName
{
color: #062D91;
}
</style>
background-color css
<style>
a { background-color: #062D91; }
a { background-color: rgb(6,45,145); }
div.DivClassName
{
background-color: #062D91;
}
.BgClassName
{
background-color: #062D91;
}
</style>
border-color css
<style>
span { border-color: #062D91; }
span { border-color: rgb(6,45,145); }
td.TdClassName
{
border-color: #062D91;
}
.TagClassName
{
border-color: #062D91;
}
</style>