Shades of Smalt #062F8F
Tints of Smalt #062F8F
RGB
CMYK
RGB Variations
Color information
#062F8F (or 0x062F8F) is known color: Smalt. HEX triplet: 06, 2F and 8F. RGB value is (6,47,143). Sum of RGB (Red+Green+Blue) = 6+47+143=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #062F8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F8F is #F9D070. Grayscale: #2D2D2D. Windows color (decimal): -16371825 or 9383686. OLE color: 9383686.
HSL color Cylindrical-coordinate representation of color #062F8F: hue angle of 222.04º 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 #062F8F is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 47 | 143 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.44 |
| HSL | 222.04º | 0.92% | 0.29% | - |
| HSV(B) | 222.04º | 0.96% | 0.56% | - |
| XYZ | 6.05 | 4.05 | 26.45 | - |
| YUV | 45.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 143 | 0.96 | 0.67 | 0 | 0.44 | 222.04 | 0.92 | 0.29 |
| Hex | 6 | 2F | 8F | 60 | 43 | 0 | 2C | DE | 5C | 1D |
| Octal | 6 | 57 | 217 | 140 | 103 | 0 | 54 | 336 | 134 | 35 |
| Binary | 110 | 101111 | 10001111 | 1100000 | 1000011 | 0 | 101100 | 11011110 | 1011100 | 11101 |
Color Harmonies of #062F8F
Complementary color
Monochromatic Colors of #062F8F
Black with #062F8F
Text Example
Text Example
White with #062F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F8F; }
p { color: rgb(6,47,143); }
H1.HeaderClassName
{
color: #062F8F;
}
.AnyTagClassName
{
color: #062F8F;
}
</style>
background-color css
<style>
a { background-color: #062F8F; }
a { background-color: rgb(6,47,143); }
div.DivClassName
{
background-color: #062F8F;
}
.BgClassName
{
background-color: #062F8F;
}
</style>
border-color css
<style>
span { border-color: #062F8F; }
span { border-color: rgb(6,47,143); }
td.TdClassName
{
border-color: #062F8F;
}
.TagClassName
{
border-color: #062F8F;
}
</style>