Shades of Smalt #002995
Tints of Smalt #002995
RGB
CMYK
RGB Variations
Color information
#002995 (or 0x002995) is known color: Smalt. HEX triplet: 00, 29 and 95. RGB value is (0,41,149). Sum of RGB (Red+Green+Blue) = 0+41+149=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #002995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002995 is #FFD66A. Grayscale: #282828. Windows color (decimal): -16766571 or 9775360. OLE color: 9775360.
HSL color Cylindrical-coordinate representation of color #002995: hue angle of 223.49º 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 #002995 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 41 | 149 | - |
| CMYK | 1 | 0.72 | 0 | 0.42 |
| HSL | 223.49º | 1% | 0.29% | - |
| HSV(B) | 223.49º | 1% | 0.58% | - |
| XYZ | 6.22 | 3.76 | 28.83 | - |
| YUV | 41.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 149 | 1 | 0.72 | 0 | 0.42 | 223.49 | 1 | 0.29 |
| Hex | 0 | 29 | 95 | 64 | 48 | 0 | 2A | DF | 64 | 1D |
| Octal | 0 | 51 | 225 | 144 | 110 | 0 | 52 | 337 | 144 | 35 |
| Binary | 0 | 101001 | 10010101 | 1100100 | 1001000 | 0 | 101010 | 11011111 | 1100100 | 11101 |
Color Harmonies of #002995
Complementary color
Monochromatic Colors of #002995
Black with #002995
Text Example
Text Example
White with #002995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002995; }
p { color: rgb(0,41,149); }
H1.HeaderClassName
{
color: #002995;
}
.AnyTagClassName
{
color: #002995;
}
</style>
background-color css
<style>
a { background-color: #002995; }
a { background-color: rgb(0,41,149); }
div.DivClassName
{
background-color: #002995;
}
.BgClassName
{
background-color: #002995;
}
</style>
border-color css
<style>
span { border-color: #002995; }
span { border-color: rgb(0,41,149); }
td.TdClassName
{
border-color: #002995;
}
.TagClassName
{
border-color: #002995;
}
</style>