Shades of Smalt #063282
Tints of Smalt #063282
RGB
CMYK
RGB Variations
Color information
#063282 (or 0x063282) is known color: Smalt. HEX triplet: 06, 32 and 82. RGB value is (6,50,130). Sum of RGB (Red+Green+Blue) = 6+50+130=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #063282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063282 is #F9CD7D. Grayscale: #2D2D2D. Windows color (decimal): -16371070 or 8532486. OLE color: 8532486.
HSL color Cylindrical-coordinate representation of color #063282: hue angle of 218.71º 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 #063282 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 50 | 130 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.49 |
| HSL | 218.71º | 0.91% | 0.27% | - |
| HSV(B) | 218.71º | 0.95% | 0.51% | - |
| XYZ | 5.24 | 3.93 | 21.6 | - |
| YUV | 45.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 130 | 0.95 | 0.62 | 0 | 0.49 | 218.71 | 0.91 | 0.27 |
| Hex | 6 | 32 | 82 | 5F | 3E | 0 | 31 | DB | 5B | 1B |
| Octal | 6 | 62 | 202 | 137 | 76 | 0 | 61 | 333 | 133 | 33 |
| Binary | 110 | 110010 | 10000010 | 1011111 | 111110 | 0 | 110001 | 11011011 | 1011011 | 11011 |
Color Harmonies of #063282
Complementary color
Monochromatic Colors of #063282
Black with #063282
Text Example
Text Example
White with #063282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063282; }
p { color: rgb(6,50,130); }
H1.HeaderClassName
{
color: #063282;
}
.AnyTagClassName
{
color: #063282;
}
</style>
background-color css
<style>
a { background-color: #063282; }
a { background-color: rgb(6,50,130); }
div.DivClassName
{
background-color: #063282;
}
.BgClassName
{
background-color: #063282;
}
</style>
border-color css
<style>
span { border-color: #063282; }
span { border-color: rgb(6,50,130); }
td.TdClassName
{
border-color: #063282;
}
.TagClassName
{
border-color: #063282;
}
</style>