Shades of Smalt #062F8E
Tints of Smalt #062F8E
RGB
CMYK
RGB Variations
Color information
#062F8E (or 0x062F8E) is known color: Smalt. HEX triplet: 06, 2F and 8E. RGB value is (6,47,142). Sum of RGB (Red+Green+Blue) = 6+47+142=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #062F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F8E is #F9D071. Grayscale: #2D2D2D. Windows color (decimal): -16371826 or 9318150. OLE color: 9318150.
HSL color Cylindrical-coordinate representation of color #062F8E: hue angle of 221.91º 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 #062F8E is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 47 | 142 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.44 |
| HSL | 221.91º | 0.92% | 0.29% | - |
| HSV(B) | 221.91º | 0.96% | 0.56% | - |
| XYZ | 5.97 | 4.02 | 26.05 | - |
| YUV | 45.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 142 | 0.96 | 0.67 | 0 | 0.44 | 221.91 | 0.92 | 0.29 |
| Hex | 6 | 2F | 8E | 60 | 43 | 0 | 2C | DE | 5C | 1D |
| Octal | 6 | 57 | 216 | 140 | 103 | 0 | 54 | 336 | 134 | 35 |
| Binary | 110 | 101111 | 10001110 | 1100000 | 1000011 | 0 | 101100 | 11011110 | 1011100 | 11101 |
Color Harmonies of #062F8E
Complementary color
Monochromatic Colors of #062F8E
Black with #062F8E
Text Example
Text Example
White with #062F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F8E; }
p { color: rgb(6,47,142); }
H1.HeaderClassName
{
color: #062F8E;
}
.AnyTagClassName
{
color: #062F8E;
}
</style>
background-color css
<style>
a { background-color: #062F8E; }
a { background-color: rgb(6,47,142); }
div.DivClassName
{
background-color: #062F8E;
}
.BgClassName
{
background-color: #062F8E;
}
</style>
border-color css
<style>
span { border-color: #062F8E; }
span { border-color: rgb(6,47,142); }
td.TdClassName
{
border-color: #062F8E;
}
.TagClassName
{
border-color: #062F8E;
}
</style>