Shades of Smalt #063B9E
Tints of Smalt #063B9E
RGB
CMYK
RGB Variations
Color information
#063B9E (or 0x063B9E) is known color: Smalt. HEX triplet: 06, 3B and 9E. RGB value is (6,59,158). Sum of RGB (Red+Green+Blue) = 6+59+158=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #063B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063B9E is #F9C461. Grayscale: #353535. Windows color (decimal): -16368738 or 10369798. OLE color: 10369798.
HSL color Cylindrical-coordinate representation of color #063B9E: hue angle of 219.08º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063B9E is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 59 | 158 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.38 |
| HSL | 219.08º | 0.93% | 0.32% | - |
| HSV(B) | 219.08º | 0.96% | 0.62% | - |
| XYZ | 7.81 | 5.64 | 33.02 | - |
| YUV | 54.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 158 | 0.96 | 0.63 | 0 | 0.38 | 219.08 | 0.93 | 0.32 |
| Hex | 6 | 3B | 9E | 60 | 3F | 0 | 26 | DB | 5D | 20 |
| Octal | 6 | 73 | 236 | 140 | 77 | 0 | 46 | 333 | 135 | 40 |
| Binary | 110 | 111011 | 10011110 | 1100000 | 111111 | 0 | 100110 | 11011011 | 1011101 | 100000 |
Color Harmonies of #063B9E
Complementary color
Monochromatic Colors of #063B9E
Black with #063B9E
Text Example
Text Example
White with #063B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B9E; }
p { color: rgb(6,59,158); }
H1.HeaderClassName
{
color: #063B9E;
}
.AnyTagClassName
{
color: #063B9E;
}
</style>
background-color css
<style>
a { background-color: #063B9E; }
a { background-color: rgb(6,59,158); }
div.DivClassName
{
background-color: #063B9E;
}
.BgClassName
{
background-color: #063B9E;
}
</style>
border-color css
<style>
span { border-color: #063B9E; }
span { border-color: rgb(6,59,158); }
td.TdClassName
{
border-color: #063B9E;
}
.TagClassName
{
border-color: #063B9E;
}
</style>