Shades of Smalt #062D8A
Tints of Smalt #062D8A
RGB
CMYK
RGB Variations
Color information
#062D8A (or 0x062D8A) is known color: Smalt. HEX triplet: 06, 2D and 8A. RGB value is (6,45,138). Sum of RGB (Red+Green+Blue) = 6+45+138=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 138 (54.30% from 255 or 73.02% from 189); Max value from RGB is 138 - color contains mainly: blue. Hex color #062D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D8A is #F9D275. Grayscale: #2B2B2B. Windows color (decimal): -16372342 or 9055494. OLE color: 9055494.
HSL color Cylindrical-coordinate representation of color #062D8A: hue angle of 222.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D8A is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 45 | 138 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.46 |
| HSL | 222.27º | 0.92% | 0.28% | - |
| HSV(B) | 222.27º | 0.96% | 0.54% | - |
| XYZ | 5.6 | 3.75 | 24.47 | - |
| YUV | 43.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 138 | 0.96 | 0.67 | 0 | 0.46 | 222.27 | 0.92 | 0.28 |
| Hex | 6 | 2D | 8A | 60 | 43 | 0 | 2E | DE | 5C | 1C |
| Octal | 6 | 55 | 212 | 140 | 103 | 0 | 56 | 336 | 134 | 34 |
| Binary | 110 | 101101 | 10001010 | 1100000 | 1000011 | 0 | 101110 | 11011110 | 1011100 | 11100 |
Color Harmonies of #062D8A
Complementary color
Monochromatic Colors of #062D8A
Black with #062D8A
Text Example
Text Example
White with #062D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D8A; }
p { color: rgb(6,45,138); }
H1.HeaderClassName
{
color: #062D8A;
}
.AnyTagClassName
{
color: #062D8A;
}
</style>
background-color css
<style>
a { background-color: #062D8A; }
a { background-color: rgb(6,45,138); }
div.DivClassName
{
background-color: #062D8A;
}
.BgClassName
{
background-color: #062D8A;
}
</style>
border-color css
<style>
span { border-color: #062D8A; }
span { border-color: rgb(6,45,138); }
td.TdClassName
{
border-color: #062D8A;
}
.TagClassName
{
border-color: #062D8A;
}
</style>