Shades of Smalt #062E8E
Tints of Smalt #062E8E
RGB
CMYK
RGB Variations
Color information
#062E8E (or 0x062E8E) is known color: Smalt. HEX triplet: 06, 2E and 8E. RGB value is (6,46,142). Sum of RGB (Red+Green+Blue) = 6+46+142=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #062E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E8E is #F9D171. Grayscale: #2C2C2C. Windows color (decimal): -16372082 or 9317894. OLE color: 9317894.
HSL color Cylindrical-coordinate representation of color #062E8E: hue angle of 222.35º 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 #062E8E is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 46 | 142 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.44 |
| HSL | 222.35º | 0.92% | 0.29% | - |
| HSV(B) | 222.35º | 0.96% | 0.56% | - |
| XYZ | 5.93 | 3.95 | 26.04 | - |
| YUV | 44.98 | 182.75 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 142 | 0.96 | 0.68 | 0 | 0.44 | 222.35 | 0.92 | 0.29 |
| Hex | 6 | 2E | 8E | 60 | 44 | 0 | 2C | DE | 5C | 1D |
| Octal | 6 | 56 | 216 | 140 | 104 | 0 | 54 | 336 | 134 | 35 |
| Binary | 110 | 101110 | 10001110 | 1100000 | 1000100 | 0 | 101100 | 11011110 | 1011100 | 11101 |
Color Harmonies of #062E8E
Complementary color
Monochromatic Colors of #062E8E
Black with #062E8E
Text Example
Text Example
White with #062E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E8E; }
p { color: rgb(6,46,142); }
H1.HeaderClassName
{
color: #062E8E;
}
.AnyTagClassName
{
color: #062E8E;
}
</style>
background-color css
<style>
a { background-color: #062E8E; }
a { background-color: rgb(6,46,142); }
div.DivClassName
{
background-color: #062E8E;
}
.BgClassName
{
background-color: #062E8E;
}
</style>
border-color css
<style>
span { border-color: #062E8E; }
span { border-color: rgb(6,46,142); }
td.TdClassName
{
border-color: #062E8E;
}
.TagClassName
{
border-color: #062E8E;
}
</style>