Shades of Smalt #002C94
Tints of Smalt #002C94
RGB
CMYK
RGB Variations
Color information
#002C94 (or 0x002C94) is known color: Smalt. HEX triplet: 00, 2C and 94. RGB value is (0,44,148). Sum of RGB (Red+Green+Blue) = 0+44+148=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #002C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C94 is #FFD36B. Grayscale: #2A2A2A. Windows color (decimal): -16765804 or 9710592. OLE color: 9710592.
HSL color Cylindrical-coordinate representation of color #002C94: hue angle of 222.16º 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 #002C94 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 44 | 148 | - |
| CMYK | 1 | 0.70 | 0 | 0.42 |
| HSL | 222.16º | 1% | 0.29% | - |
| HSV(B) | 222.16º | 1% | 0.58% | - |
| XYZ | 6.25 | 3.94 | 28.45 | - |
| YUV | 42.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 148 | 1 | 0.70 | 0 | 0.42 | 222.16 | 1 | 0.29 |
| Hex | 0 | 2C | 94 | 64 | 46 | 0 | 2A | DE | 64 | 1D |
| Octal | 0 | 54 | 224 | 144 | 106 | 0 | 52 | 336 | 144 | 35 |
| Binary | 0 | 101100 | 10010100 | 1100100 | 1000110 | 0 | 101010 | 11011110 | 1100100 | 11101 |
Color Harmonies of #002C94
Complementary color
Monochromatic Colors of #002C94
Black with #002C94
Text Example
Text Example
White with #002C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C94; }
p { color: rgb(0,44,148); }
H1.HeaderClassName
{
color: #002C94;
}
.AnyTagClassName
{
color: #002C94;
}
</style>
background-color css
<style>
a { background-color: #002C94; }
a { background-color: rgb(0,44,148); }
div.DivClassName
{
background-color: #002C94;
}
.BgClassName
{
background-color: #002C94;
}
</style>
border-color css
<style>
span { border-color: #002C94; }
span { border-color: rgb(0,44,148); }
td.TdClassName
{
border-color: #002C94;
}
.TagClassName
{
border-color: #002C94;
}
</style>