Shades of Smalt #002895
Tints of Smalt #002895
RGB
CMYK
RGB Variations
Color information
#002895 (or 0x002895) is known color: Smalt. HEX triplet: 00, 28 and 95. RGB value is (0,40,149). Sum of RGB (Red+Green+Blue) = 0+40+149=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #002895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002895 is #FFD76A. Grayscale: #272727. Windows color (decimal): -16766827 or 9775104. OLE color: 9775104.
HSL color Cylindrical-coordinate representation of color #002895: hue angle of 223.89º 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 #002895 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 40 | 149 | - |
| CMYK | 1 | 0.73 | 0 | 0.42 |
| HSL | 223.89º | 1% | 0.29% | - |
| HSV(B) | 223.89º | 1% | 0.58% | - |
| XYZ | 6.18 | 3.69 | 28.82 | - |
| YUV | 40.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 149 | 1 | 0.73 | 0 | 0.42 | 223.89 | 1 | 0.29 |
| Hex | 0 | 28 | 95 | 64 | 49 | 0 | 2A | E0 | 64 | 1D |
| Octal | 0 | 50 | 225 | 144 | 111 | 0 | 52 | 340 | 144 | 35 |
| Binary | 0 | 101000 | 10010101 | 1100100 | 1001001 | 0 | 101010 | 11100000 | 1100100 | 11101 |
Color Harmonies of #002895
Complementary color
Monochromatic Colors of #002895
Black with #002895
Text Example
Text Example
White with #002895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002895; }
p { color: rgb(0,40,149); }
H1.HeaderClassName
{
color: #002895;
}
.AnyTagClassName
{
color: #002895;
}
</style>
background-color css
<style>
a { background-color: #002895; }
a { background-color: rgb(0,40,149); }
div.DivClassName
{
background-color: #002895;
}
.BgClassName
{
background-color: #002895;
}
</style>
border-color css
<style>
span { border-color: #002895; }
span { border-color: rgb(0,40,149); }
td.TdClassName
{
border-color: #002895;
}
.TagClassName
{
border-color: #002895;
}
</style>