Shades of Smalt #062D99
Tints of Smalt #062D99
RGB
CMYK
RGB Variations
Color information
#062D99 (or 0x062D99) is known color: Smalt. HEX triplet: 06, 2D and 99. RGB value is (6,45,153). Sum of RGB (Red+Green+Blue) = 6+45+153=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #062D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D99 is #F9D266. Grayscale: #2D2D2D. Windows color (decimal): -16372327 or 10038534. OLE color: 10038534.
HSL color Cylindrical-coordinate representation of color #062D99: hue angle of 224.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D99 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 45 | 153 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.4 |
| HSL | 224.08º | 0.92% | 0.31% | - |
| HSV(B) | 224.08º | 0.96% | 0.6% | - |
| XYZ | 6.76 | 4.22 | 30.59 | - |
| YUV | 45.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 153 | 0.96 | 0.71 | 0 | 0.4 | 224.08 | 0.92 | 0.31 |
| Hex | 6 | 2D | 99 | 60 | 47 | 0 | 28 | E0 | 5C | 1F |
| Octal | 6 | 55 | 231 | 140 | 107 | 0 | 50 | 340 | 134 | 37 |
| Binary | 110 | 101101 | 10011001 | 1100000 | 1000111 | 0 | 101000 | 11100000 | 1011100 | 11111 |
Color Harmonies of #062D99
Complementary color
Monochromatic Colors of #062D99
Black with #062D99
Text Example
Text Example
White with #062D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D99; }
p { color: rgb(6,45,153); }
H1.HeaderClassName
{
color: #062D99;
}
.AnyTagClassName
{
color: #062D99;
}
</style>
background-color css
<style>
a { background-color: #062D99; }
a { background-color: rgb(6,45,153); }
div.DivClassName
{
background-color: #062D99;
}
.BgClassName
{
background-color: #062D99;
}
</style>
border-color css
<style>
span { border-color: #062D99; }
span { border-color: rgb(6,45,153); }
td.TdClassName
{
border-color: #062D99;
}
.TagClassName
{
border-color: #062D99;
}
</style>