Shades of Smalt #061E88
Tints of Smalt #061E88
RGB
CMYK
RGB Variations
Color information
#061E88 (or 0x061E88) is known color: Smalt. HEX triplet: 06, 1E and 88. RGB value is (6,30,136). Sum of RGB (Red+Green+Blue) = 6+30+136=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 136 (53.52% from 255 or 79.07% from 172); Max value from RGB is 136 - color contains mainly: blue. Hex color #061E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E88 is #F9E177. Grayscale: #222222. Windows color (decimal): -16376184 or 8920582. OLE color: 8920582.
HSL color Cylindrical-coordinate representation of color #061E88: hue angle of 228.92º 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 #061E88 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 30 | 136 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.47 |
| HSL | 228.92º | 0.92% | 0.28% | - |
| HSV(B) | 228.92º | 0.96% | 0.53% | - |
| XYZ | 4.98 | 2.74 | 23.56 | - |
| YUV | 34.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 136 | 0.96 | 0.78 | 0 | 0.47 | 228.92 | 0.92 | 0.28 |
| Hex | 6 | 1E | 88 | 60 | 4E | 0 | 2F | E5 | 5C | 1C |
| Octal | 6 | 36 | 210 | 140 | 116 | 0 | 57 | 345 | 134 | 34 |
| Binary | 110 | 11110 | 10001000 | 1100000 | 1001110 | 0 | 101111 | 11100101 | 1011100 | 11100 |
Color Harmonies of #061E88
Complementary color
Monochromatic Colors of #061E88
Black with #061E88
Text Example
Text Example
White with #061E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E88; }
p { color: rgb(6,30,136); }
H1.HeaderClassName
{
color: #061E88;
}
.AnyTagClassName
{
color: #061E88;
}
</style>
background-color css
<style>
a { background-color: #061E88; }
a { background-color: rgb(6,30,136); }
div.DivClassName
{
background-color: #061E88;
}
.BgClassName
{
background-color: #061E88;
}
</style>
border-color css
<style>
span { border-color: #061E88; }
span { border-color: rgb(6,30,136); }
td.TdClassName
{
border-color: #061E88;
}
.TagClassName
{
border-color: #061E88;
}
</style>