Shades of Smalt #062D85
Tints of Smalt #062D85
RGB
CMYK
RGB Variations
Color information
#062D85 (or 0x062D85) is known color: Smalt. HEX triplet: 06, 2D and 85. RGB value is (6,45,133). Sum of RGB (Red+Green+Blue) = 6+45+133=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #062D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D85 is #F9D27A. Grayscale: #2A2A2A. Windows color (decimal): -16372347 or 8727814. OLE color: 8727814.
HSL color Cylindrical-coordinate representation of color #062D85: hue angle of 221.57º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062D85 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 45 | 133 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.48 |
| HSL | 221.57º | 0.91% | 0.27% | - |
| HSV(B) | 221.57º | 0.95% | 0.52% | - |
| XYZ | 5.25 | 3.61 | 22.61 | - |
| YUV | 43.37 | 178.58 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 133 | 0.95 | 0.66 | 0 | 0.48 | 221.57 | 0.91 | 0.27 |
| Hex | 6 | 2D | 85 | 5F | 42 | 0 | 30 | DE | 5B | 1B |
| Octal | 6 | 55 | 205 | 137 | 102 | 0 | 60 | 336 | 133 | 33 |
| Binary | 110 | 101101 | 10000101 | 1011111 | 1000010 | 0 | 110000 | 11011110 | 1011011 | 11011 |
Color Harmonies of #062D85
Complementary color
Monochromatic Colors of #062D85
Black with #062D85
Text Example
Text Example
White with #062D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D85; }
p { color: rgb(6,45,133); }
H1.HeaderClassName
{
color: #062D85;
}
.AnyTagClassName
{
color: #062D85;
}
</style>
background-color css
<style>
a { background-color: #062D85; }
a { background-color: rgb(6,45,133); }
div.DivClassName
{
background-color: #062D85;
}
.BgClassName
{
background-color: #062D85;
}
</style>
border-color css
<style>
span { border-color: #062D85; }
span { border-color: rgb(6,45,133); }
td.TdClassName
{
border-color: #062D85;
}
.TagClassName
{
border-color: #062D85;
}
</style>