Shades of Smalt #062D9C
Tints of Smalt #062D9C
RGB
CMYK
RGB Variations
Color information
#062D9C (or 0x062D9C) is known color: Smalt. HEX triplet: 06, 2D and 9C. RGB value is (6,45,156). Sum of RGB (Red+Green+Blue) = 6+45+156=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #062D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D9C is #F9D263. Grayscale: #2D2D2D. Windows color (decimal): -16372324 or 10235142. OLE color: 10235142.
HSL color Cylindrical-coordinate representation of color #062D9C: hue angle of 224.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D9C is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 45 | 156 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.39 |
| HSL | 224.4º | 0.93% | 0.32% | - |
| HSV(B) | 224.4º | 0.96% | 0.61% | - |
| XYZ | 7.01 | 4.32 | 31.92 | - |
| YUV | 45.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 156 | 0.96 | 0.71 | 0 | 0.39 | 224.4 | 0.93 | 0.32 |
| Hex | 6 | 2D | 9C | 60 | 47 | 0 | 27 | E0 | 5D | 20 |
| Octal | 6 | 55 | 234 | 140 | 107 | 0 | 47 | 340 | 135 | 40 |
| Binary | 110 | 101101 | 10011100 | 1100000 | 1000111 | 0 | 100111 | 11100000 | 1011101 | 100000 |
Color Harmonies of #062D9C
Complementary color
Monochromatic Colors of #062D9C
Black with #062D9C
Text Example
Text Example
White with #062D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D9C; }
p { color: rgb(6,45,156); }
H1.HeaderClassName
{
color: #062D9C;
}
.AnyTagClassName
{
color: #062D9C;
}
</style>
background-color css
<style>
a { background-color: #062D9C; }
a { background-color: rgb(6,45,156); }
div.DivClassName
{
background-color: #062D9C;
}
.BgClassName
{
background-color: #062D9C;
}
</style>
border-color css
<style>
span { border-color: #062D9C; }
span { border-color: rgb(6,45,156); }
td.TdClassName
{
border-color: #062D9C;
}
.TagClassName
{
border-color: #062D9C;
}
</style>