Shades of Smalt #062A8A
Tints of Smalt #062A8A
RGB
CMYK
RGB Variations
Color information
#062A8A (or 0x062A8A) is known color: Smalt. HEX triplet: 06, 2A and 8A. RGB value is (6,42,138). Sum of RGB (Red+Green+Blue) = 6+42+138=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #062A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062A8A is #F9D575. Grayscale: #292929. Windows color (decimal): -16373110 or 9054726. OLE color: 9054726.
HSL color Cylindrical-coordinate representation of color #062A8A: hue angle of 223.64º 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 #062A8A is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 42 | 138 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.46 |
| HSL | 223.64º | 0.92% | 0.28% | - |
| HSV(B) | 223.64º | 0.96% | 0.54% | - |
| XYZ | 5.49 | 3.53 | 24.44 | - |
| YUV | 42.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 138 | 0.96 | 0.70 | 0 | 0.46 | 223.64 | 0.92 | 0.28 |
| Hex | 6 | 2A | 8A | 60 | 46 | 0 | 2E | E0 | 5C | 1C |
| Octal | 6 | 52 | 212 | 140 | 106 | 0 | 56 | 340 | 134 | 34 |
| Binary | 110 | 101010 | 10001010 | 1100000 | 1000110 | 0 | 101110 | 11100000 | 1011100 | 11100 |
Color Harmonies of #062A8A
Complementary color
Monochromatic Colors of #062A8A
Black with #062A8A
Text Example
Text Example
White with #062A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A8A; }
p { color: rgb(6,42,138); }
H1.HeaderClassName
{
color: #062A8A;
}
.AnyTagClassName
{
color: #062A8A;
}
</style>
background-color css
<style>
a { background-color: #062A8A; }
a { background-color: rgb(6,42,138); }
div.DivClassName
{
background-color: #062A8A;
}
.BgClassName
{
background-color: #062A8A;
}
</style>
border-color css
<style>
span { border-color: #062A8A; }
span { border-color: rgb(6,42,138); }
td.TdClassName
{
border-color: #062A8A;
}
.TagClassName
{
border-color: #062A8A;
}
</style>