Shades of Smalt #063188
Tints of Smalt #063188
RGB
CMYK
RGB Variations
Color information
#063188 (or 0x063188) is known color: Smalt. HEX triplet: 06, 31 and 88. RGB value is (6,49,136). Sum of RGB (Red+Green+Blue) = 6+49+136=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #063188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063188 is #F9CE77. Grayscale: #2D2D2D. Windows color (decimal): -16371320 or 8925446. OLE color: 8925446.
HSL color Cylindrical-coordinate representation of color #063188: hue angle of 220.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063188 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 49 | 136 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.47 |
| HSL | 220.15º | 0.92% | 0.28% | - |
| HSV(B) | 220.15º | 0.96% | 0.53% | - |
| XYZ | 5.62 | 4.01 | 23.77 | - |
| YUV | 46.06 | 178.75 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 136 | 0.96 | 0.64 | 0 | 0.47 | 220.15 | 0.92 | 0.28 |
| Hex | 6 | 31 | 88 | 60 | 40 | 0 | 2F | DC | 5C | 1C |
| Octal | 6 | 61 | 210 | 140 | 100 | 0 | 57 | 334 | 134 | 34 |
| Binary | 110 | 110001 | 10001000 | 1100000 | 1000000 | 0 | 101111 | 11011100 | 1011100 | 11100 |
Color Harmonies of #063188
Complementary color
Monochromatic Colors of #063188
Black with #063188
Text Example
Text Example
White with #063188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063188; }
p { color: rgb(6,49,136); }
H1.HeaderClassName
{
color: #063188;
}
.AnyTagClassName
{
color: #063188;
}
</style>
background-color css
<style>
a { background-color: #063188; }
a { background-color: rgb(6,49,136); }
div.DivClassName
{
background-color: #063188;
}
.BgClassName
{
background-color: #063188;
}
</style>
border-color css
<style>
span { border-color: #063188; }
span { border-color: rgb(6,49,136); }
td.TdClassName
{
border-color: #063188;
}
.TagClassName
{
border-color: #063188;
}
</style>