Shades of Smalt #004395
Tints of Smalt #004395
RGB
CMYK
RGB Variations
Color information
#004395 (or 0x004395) is known color: Smalt. HEX triplet: 00, 43 and 95. RGB value is (0,67,149). Sum of RGB (Red+Green+Blue) = 0+67+149=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #004395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004395 is #FFBC6A. Grayscale: #373737. Windows color (decimal): -16759915 or 9782016. OLE color: 9782016.
HSL color Cylindrical-coordinate representation of color #004395: hue angle of 213.02º 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 #004395 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 67 | 149 | - |
| CMYK | 1 | 0.55 | 0 | 0.42 |
| HSL | 213.02º | 1% | 0.29% | - |
| HSV(B) | 213.02º | 1% | 0.58% | - |
| XYZ | 7.43 | 6.18 | 29.24 | - |
| YUV | 56.32 | 180.3 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 149 | 1 | 0.55 | 0 | 0.42 | 213.02 | 1 | 0.29 |
| Hex | 0 | 43 | 95 | 64 | 37 | 0 | 2A | D5 | 64 | 1D |
| Octal | 0 | 103 | 225 | 144 | 67 | 0 | 52 | 325 | 144 | 35 |
| Binary | 0 | 1000011 | 10010101 | 1100100 | 110111 | 0 | 101010 | 11010101 | 1100100 | 11101 |
Color Harmonies of #004395
Complementary color
Monochromatic Colors of #004395
Black with #004395
Text Example
Text Example
White with #004395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004395; }
p { color: rgb(0,67,149); }
H1.HeaderClassName
{
color: #004395;
}
.AnyTagClassName
{
color: #004395;
}
</style>
background-color css
<style>
a { background-color: #004395; }
a { background-color: rgb(0,67,149); }
div.DivClassName
{
background-color: #004395;
}
.BgClassName
{
background-color: #004395;
}
</style>
border-color css
<style>
span { border-color: #004395; }
span { border-color: rgb(0,67,149); }
td.TdClassName
{
border-color: #004395;
}
.TagClassName
{
border-color: #004395;
}
</style>