Shades of Smalt #062D87
Tints of Smalt #062D87
RGB
CMYK
RGB Variations
Color information
#062D87 (or 0x062D87) is known color: Smalt. HEX triplet: 06, 2D and 87. RGB value is (6,45,135). Sum of RGB (Red+Green+Blue) = 6+45+135=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 135 (53.12% from 255 or 72.58% from 186); Max value from RGB is 135 - color contains mainly: blue. Hex color #062D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D87 is #F9D278. Grayscale: #2B2B2B. Windows color (decimal): -16372345 or 8858886. OLE color: 8858886.
HSL color Cylindrical-coordinate representation of color #062D87: hue angle of 221.86º degrees, saturation: 0.91, 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 #062D87 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 45 | 135 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.47 |
| HSL | 221.86º | 0.91% | 0.28% | - |
| HSV(B) | 221.86º | 0.96% | 0.53% | - |
| XYZ | 5.39 | 3.66 | 23.35 | - |
| YUV | 43.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 135 | 0.96 | 0.67 | 0 | 0.47 | 221.86 | 0.91 | 0.28 |
| Hex | 6 | 2D | 87 | 60 | 43 | 0 | 2F | DE | 5B | 1C |
| Octal | 6 | 55 | 207 | 140 | 103 | 0 | 57 | 336 | 133 | 34 |
| Binary | 110 | 101101 | 10000111 | 1100000 | 1000011 | 0 | 101111 | 11011110 | 1011011 | 11100 |
Color Harmonies of #062D87
Complementary color
Monochromatic Colors of #062D87
Black with #062D87
Text Example
Text Example
White with #062D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D87; }
p { color: rgb(6,45,135); }
H1.HeaderClassName
{
color: #062D87;
}
.AnyTagClassName
{
color: #062D87;
}
</style>
background-color css
<style>
a { background-color: #062D87; }
a { background-color: rgb(6,45,135); }
div.DivClassName
{
background-color: #062D87;
}
.BgClassName
{
background-color: #062D87;
}
</style>
border-color css
<style>
span { border-color: #062D87; }
span { border-color: rgb(6,45,135); }
td.TdClassName
{
border-color: #062D87;
}
.TagClassName
{
border-color: #062D87;
}
</style>