Shades of Smalt #004593
Tints of Smalt #004593
RGB
CMYK
RGB Variations
Color information
#004593 (or 0x004593) is known color: Smalt. HEX triplet: 00, 45 and 93. RGB value is (0,69,147). Sum of RGB (Red+Green+Blue) = 0+69+147=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #004593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004593 is #FFBA6C. Grayscale: #383838. Windows color (decimal): -16759405 or 9651456. OLE color: 9651456.
HSL color Cylindrical-coordinate representation of color #004593: hue angle of 211.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004593 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 69 | 147 | - |
| CMYK | 1 | 0.53 | 0 | 0.42 |
| HSL | 211.84º | 1% | 0.29% | - |
| HSV(B) | 211.84º | 1% | 0.58% | - |
| XYZ | 7.39 | 6.36 | 28.44 | - |
| YUV | 57.26 | 178.64 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 147 | 1 | 0.53 | 0 | 0.42 | 211.84 | 1 | 0.29 |
| Hex | 0 | 45 | 93 | 64 | 35 | 0 | 2A | D4 | 64 | 1D |
| Octal | 0 | 105 | 223 | 144 | 65 | 0 | 52 | 324 | 144 | 35 |
| Binary | 0 | 1000101 | 10010011 | 1100100 | 110101 | 0 | 101010 | 11010100 | 1100100 | 11101 |
Color Harmonies of #004593
Complementary color
Monochromatic Colors of #004593
Black with #004593
Text Example
Text Example
White with #004593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004593; }
p { color: rgb(0,69,147); }
H1.HeaderClassName
{
color: #004593;
}
.AnyTagClassName
{
color: #004593;
}
</style>
background-color css
<style>
a { background-color: #004593; }
a { background-color: rgb(0,69,147); }
div.DivClassName
{
background-color: #004593;
}
.BgClassName
{
background-color: #004593;
}
</style>
border-color css
<style>
span { border-color: #004593; }
span { border-color: rgb(0,69,147); }
td.TdClassName
{
border-color: #004593;
}
.TagClassName
{
border-color: #004593;
}
</style>