Shades of Smalt #062D8D
Tints of Smalt #062D8D
RGB
CMYK
RGB Variations
Color information
#062D8D (or 0x062D8D) is known color: Smalt. HEX triplet: 06, 2D and 8D. RGB value is (6,45,141). Sum of RGB (Red+Green+Blue) = 6+45+141=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #062D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D8D is #F9D272. Grayscale: #2B2B2B. Windows color (decimal): -16372339 or 9252102. OLE color: 9252102.
HSL color Cylindrical-coordinate representation of color #062D8D: hue angle of 222.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D8D is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 45 | 141 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.45 |
| HSL | 222.67º | 0.92% | 0.29% | - |
| HSV(B) | 222.67º | 0.96% | 0.55% | - |
| XYZ | 5.82 | 3.84 | 25.63 | - |
| YUV | 44.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 141 | 0.96 | 0.68 | 0 | 0.45 | 222.67 | 0.92 | 0.29 |
| Hex | 6 | 2D | 8D | 60 | 44 | 0 | 2D | DF | 5C | 1D |
| Octal | 6 | 55 | 215 | 140 | 104 | 0 | 55 | 337 | 134 | 35 |
| Binary | 110 | 101101 | 10001101 | 1100000 | 1000100 | 0 | 101101 | 11011111 | 1011100 | 11101 |
Color Harmonies of #062D8D
Complementary color
Monochromatic Colors of #062D8D
Black with #062D8D
Text Example
Text Example
White with #062D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D8D; }
p { color: rgb(6,45,141); }
H1.HeaderClassName
{
color: #062D8D;
}
.AnyTagClassName
{
color: #062D8D;
}
</style>
background-color css
<style>
a { background-color: #062D8D; }
a { background-color: rgb(6,45,141); }
div.DivClassName
{
background-color: #062D8D;
}
.BgClassName
{
background-color: #062D8D;
}
</style>
border-color css
<style>
span { border-color: #062D8D; }
span { border-color: rgb(6,45,141); }
td.TdClassName
{
border-color: #062D8D;
}
.TagClassName
{
border-color: #062D8D;
}
</style>