Shades of Smalt #064192
Tints of Smalt #064192
RGB
CMYK
RGB Variations
Color information
#064192 (or 0x064192) is known color: Smalt. HEX triplet: 06, 41 and 92. RGB value is (6,65,146). Sum of RGB (Red+Green+Blue) = 6+65+146=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #064192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064192 is #F9BE6D. Grayscale: #383838. Windows color (decimal): -16367214 or 9584902. OLE color: 9584902.
HSL color Cylindrical-coordinate representation of color #064192: hue angle of 214.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064192 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 65 | 146 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.43 |
| HSL | 214.71º | 0.92% | 0.3% | - |
| HSV(B) | 214.71º | 0.96% | 0.57% | - |
| XYZ | 7.15 | 5.89 | 27.95 | - |
| YUV | 56.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 146 | 0.96 | 0.55 | 0 | 0.43 | 214.71 | 0.92 | 0.3 |
| Hex | 6 | 41 | 92 | 60 | 37 | 0 | 2B | D7 | 5C | 1E |
| Octal | 6 | 101 | 222 | 140 | 67 | 0 | 53 | 327 | 134 | 36 |
| Binary | 110 | 1000001 | 10010010 | 1100000 | 110111 | 0 | 101011 | 11010111 | 1011100 | 11110 |
Color Harmonies of #064192
Complementary color
Monochromatic Colors of #064192
Black with #064192
Text Example
Text Example
White with #064192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064192; }
p { color: rgb(6,65,146); }
H1.HeaderClassName
{
color: #064192;
}
.AnyTagClassName
{
color: #064192;
}
</style>
background-color css
<style>
a { background-color: #064192; }
a { background-color: rgb(6,65,146); }
div.DivClassName
{
background-color: #064192;
}
.BgClassName
{
background-color: #064192;
}
</style>
border-color css
<style>
span { border-color: #064192; }
span { border-color: rgb(6,65,146); }
td.TdClassName
{
border-color: #064192;
}
.TagClassName
{
border-color: #064192;
}
</style>