Shades of Smalt #062F9D
Tints of Smalt #062F9D
RGB
CMYK
RGB Variations
Color information
#062F9D (or 0x062F9D) is known color: Smalt. HEX triplet: 06, 2F and 9D. RGB value is (6,47,157). Sum of RGB (Red+Green+Blue) = 6+47+157=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #062F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F9D is #F9D062. Grayscale: #2E2E2E. Windows color (decimal): -16371811 or 10301190. OLE color: 10301190.
HSL color Cylindrical-coordinate representation of color #062F9D: hue angle of 223.71º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062F9D is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 47 | 157 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.38 |
| HSL | 223.71º | 0.93% | 0.32% | - |
| HSV(B) | 223.71º | 0.96% | 0.62% | - |
| XYZ | 7.18 | 4.51 | 32.39 | - |
| YUV | 47.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 157 | 0.96 | 0.70 | 0 | 0.38 | 223.71 | 0.93 | 0.32 |
| Hex | 6 | 2F | 9D | 60 | 46 | 0 | 26 | E0 | 5D | 20 |
| Octal | 6 | 57 | 235 | 140 | 106 | 0 | 46 | 340 | 135 | 40 |
| Binary | 110 | 101111 | 10011101 | 1100000 | 1000110 | 0 | 100110 | 11100000 | 1011101 | 100000 |
Color Harmonies of #062F9D
Complementary color
Monochromatic Colors of #062F9D
Black with #062F9D
Text Example
Text Example
White with #062F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F9D; }
p { color: rgb(6,47,157); }
H1.HeaderClassName
{
color: #062F9D;
}
.AnyTagClassName
{
color: #062F9D;
}
</style>
background-color css
<style>
a { background-color: #062F9D; }
a { background-color: rgb(6,47,157); }
div.DivClassName
{
background-color: #062F9D;
}
.BgClassName
{
background-color: #062F9D;
}
</style>
border-color css
<style>
span { border-color: #062F9D; }
span { border-color: rgb(6,47,157); }
td.TdClassName
{
border-color: #062F9D;
}
.TagClassName
{
border-color: #062F9D;
}
</style>