Shades of Smalt #062D88
Tints of Smalt #062D88
RGB
CMYK
RGB Variations
Color information
#062D88 (or 0x062D88) is known color: Smalt. HEX triplet: 06, 2D and 88. RGB value is (6,45,136). Sum of RGB (Red+Green+Blue) = 6+45+136=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #062D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D88 is #F9D277. Grayscale: #2B2B2B. Windows color (decimal): -16372344 or 8924422. OLE color: 8924422.
HSL color Cylindrical-coordinate representation of color #062D88: hue angle of 222º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D88 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 45 | 136 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.47 |
| HSL | 222º | 0.92% | 0.28% | - |
| HSV(B) | 222º | 0.96% | 0.53% | - |
| XYZ | 5.46 | 3.69 | 23.72 | - |
| YUV | 43.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 136 | 0.96 | 0.67 | 0 | 0.47 | 222 | 0.92 | 0.28 |
| Hex | 6 | 2D | 88 | 60 | 43 | 0 | 2F | DE | 5C | 1C |
| Octal | 6 | 55 | 210 | 140 | 103 | 0 | 57 | 336 | 134 | 34 |
| Binary | 110 | 101101 | 10001000 | 1100000 | 1000011 | 0 | 101111 | 11011110 | 1011100 | 11100 |
Color Harmonies of #062D88
Complementary color
Monochromatic Colors of #062D88
Black with #062D88
Text Example
Text Example
White with #062D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D88; }
p { color: rgb(6,45,136); }
H1.HeaderClassName
{
color: #062D88;
}
.AnyTagClassName
{
color: #062D88;
}
</style>
background-color css
<style>
a { background-color: #062D88; }
a { background-color: rgb(6,45,136); }
div.DivClassName
{
background-color: #062D88;
}
.BgClassName
{
background-color: #062D88;
}
</style>
border-color css
<style>
span { border-color: #062D88; }
span { border-color: rgb(6,45,136); }
td.TdClassName
{
border-color: #062D88;
}
.TagClassName
{
border-color: #062D88;
}
</style>