Shades of Smalt #062C82
Tints of Smalt #062C82
RGB
CMYK
RGB Variations
Color information
#062C82 (or 0x062C82) is known color: Smalt. HEX triplet: 06, 2C and 82. RGB value is (6,44,130). Sum of RGB (Red+Green+Blue) = 6+44+130=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #062C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C82 is #F9D37D. Grayscale: #2A2A2A. Windows color (decimal): -16372606 or 8530950. OLE color: 8530950.
HSL color Cylindrical-coordinate representation of color #062C82: hue angle of 221.61º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062C82 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 44 | 130 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.49 |
| HSL | 221.61º | 0.91% | 0.27% | - |
| HSV(B) | 221.61º | 0.95% | 0.51% | - |
| XYZ | 5.01 | 3.45 | 21.52 | - |
| YUV | 42.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 130 | 0.95 | 0.66 | 0 | 0.49 | 221.61 | 0.91 | 0.27 |
| Hex | 6 | 2C | 82 | 5F | 42 | 0 | 31 | DE | 5B | 1B |
| Octal | 6 | 54 | 202 | 137 | 102 | 0 | 61 | 336 | 133 | 33 |
| Binary | 110 | 101100 | 10000010 | 1011111 | 1000010 | 0 | 110001 | 11011110 | 1011011 | 11011 |
Color Harmonies of #062C82
Complementary color
Monochromatic Colors of #062C82
Black with #062C82
Text Example
Text Example
White with #062C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C82; }
p { color: rgb(6,44,130); }
H1.HeaderClassName
{
color: #062C82;
}
.AnyTagClassName
{
color: #062C82;
}
</style>
background-color css
<style>
a { background-color: #062C82; }
a { background-color: rgb(6,44,130); }
div.DivClassName
{
background-color: #062C82;
}
.BgClassName
{
background-color: #062C82;
}
</style>
border-color css
<style>
span { border-color: #062C82; }
span { border-color: rgb(6,44,130); }
td.TdClassName
{
border-color: #062C82;
}
.TagClassName
{
border-color: #062C82;
}
</style>