Shades of Smalt #062D83
Tints of Smalt #062D83
RGB
CMYK
RGB Variations
Color information
#062D83 (or 0x062D83) is known color: Smalt. HEX triplet: 06, 2D and 83. RGB value is (6,45,131). Sum of RGB (Red+Green+Blue) = 6+45+131=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #062D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D83 is #F9D27C. Grayscale: #2A2A2A. Windows color (decimal): -16372349 or 8596742. OLE color: 8596742.
HSL color Cylindrical-coordinate representation of color #062D83: hue angle of 221.28º 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 #062D83 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 45 | 131 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.49 |
| HSL | 221.28º | 0.91% | 0.27% | - |
| HSV(B) | 221.28º | 0.95% | 0.51% | - |
| XYZ | 5.11 | 3.55 | 21.89 | - |
| YUV | 43.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 131 | 0.95 | 0.66 | 0 | 0.49 | 221.28 | 0.91 | 0.27 |
| Hex | 6 | 2D | 83 | 5F | 42 | 0 | 31 | DD | 5B | 1B |
| Octal | 6 | 55 | 203 | 137 | 102 | 0 | 61 | 335 | 133 | 33 |
| Binary | 110 | 101101 | 10000011 | 1011111 | 1000010 | 0 | 110001 | 11011101 | 1011011 | 11011 |
Color Harmonies of #062D83
Complementary color
Monochromatic Colors of #062D83
Black with #062D83
Text Example
Text Example
White with #062D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D83; }
p { color: rgb(6,45,131); }
H1.HeaderClassName
{
color: #062D83;
}
.AnyTagClassName
{
color: #062D83;
}
</style>
background-color css
<style>
a { background-color: #062D83; }
a { background-color: rgb(6,45,131); }
div.DivClassName
{
background-color: #062D83;
}
.BgClassName
{
background-color: #062D83;
}
</style>
border-color css
<style>
span { border-color: #062D83; }
span { border-color: rgb(6,45,131); }
td.TdClassName
{
border-color: #062D83;
}
.TagClassName
{
border-color: #062D83;
}
</style>