Shades of Smalt #062B9C
Tints of Smalt #062B9C
RGB
CMYK
RGB Variations
Color information
#062B9C (or 0x062B9C) is known color: Smalt. HEX triplet: 06, 2B and 9C. RGB value is (6,43,156). Sum of RGB (Red+Green+Blue) = 6+43+156=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #062B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B9C is #F9D463. Grayscale: #2C2C2C. Windows color (decimal): -16372836 or 10234630. OLE color: 10234630.
HSL color Cylindrical-coordinate representation of color #062B9C: hue angle of 225.2º 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 #062B9C is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 43 | 156 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.39 |
| HSL | 225.2º | 0.93% | 0.32% | - |
| HSV(B) | 225.2º | 0.96% | 0.61% | - |
| XYZ | 6.94 | 4.17 | 31.89 | - |
| YUV | 44.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 156 | 0.96 | 0.72 | 0 | 0.39 | 225.2 | 0.93 | 0.32 |
| Hex | 6 | 2B | 9C | 60 | 48 | 0 | 27 | E1 | 5D | 20 |
| Octal | 6 | 53 | 234 | 140 | 110 | 0 | 47 | 341 | 135 | 40 |
| Binary | 110 | 101011 | 10011100 | 1100000 | 1001000 | 0 | 100111 | 11100001 | 1011101 | 100000 |
Color Harmonies of #062B9C
Complementary color
Monochromatic Colors of #062B9C
Black with #062B9C
Text Example
Text Example
White with #062B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B9C; }
p { color: rgb(6,43,156); }
H1.HeaderClassName
{
color: #062B9C;
}
.AnyTagClassName
{
color: #062B9C;
}
</style>
background-color css
<style>
a { background-color: #062B9C; }
a { background-color: rgb(6,43,156); }
div.DivClassName
{
background-color: #062B9C;
}
.BgClassName
{
background-color: #062B9C;
}
</style>
border-color css
<style>
span { border-color: #062B9C; }
span { border-color: rgb(6,43,156); }
td.TdClassName
{
border-color: #062B9C;
}
.TagClassName
{
border-color: #062B9C;
}
</style>