Shades of Smalt #002C93
Tints of Smalt #002C93
RGB
CMYK
RGB Variations
Color information
#002C93 (or 0x002C93) is known color: Smalt. HEX triplet: 00, 2C and 93. RGB value is (0,44,147). Sum of RGB (Red+Green+Blue) = 0+44+147=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #002C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C93 is #FFD36C. Grayscale: #2A2A2A. Windows color (decimal): -16765805 or 9645056. OLE color: 9645056.
HSL color Cylindrical-coordinate representation of color #002C93: hue angle of 222.04º 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 #002C93 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 44 | 147 | - |
| CMYK | 1 | 0.70 | 0 | 0.42 |
| HSL | 222.04º | 1% | 0.29% | - |
| HSV(B) | 222.04º | 1% | 0.58% | - |
| XYZ | 6.17 | 3.91 | 28.03 | - |
| YUV | 42.59 | 186.92 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 147 | 1 | 0.70 | 0 | 0.42 | 222.04 | 1 | 0.29 |
| Hex | 0 | 2C | 93 | 64 | 46 | 0 | 2A | DE | 64 | 1D |
| Octal | 0 | 54 | 223 | 144 | 106 | 0 | 52 | 336 | 144 | 35 |
| Binary | 0 | 101100 | 10010011 | 1100100 | 1000110 | 0 | 101010 | 11011110 | 1100100 | 11101 |
Color Harmonies of #002C93
Complementary color
Monochromatic Colors of #002C93
Black with #002C93
Text Example
Text Example
White with #002C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C93; }
p { color: rgb(0,44,147); }
H1.HeaderClassName
{
color: #002C93;
}
.AnyTagClassName
{
color: #002C93;
}
</style>
background-color css
<style>
a { background-color: #002C93; }
a { background-color: rgb(0,44,147); }
div.DivClassName
{
background-color: #002C93;
}
.BgClassName
{
background-color: #002C93;
}
</style>
border-color css
<style>
span { border-color: #002C93; }
span { border-color: rgb(0,44,147); }
td.TdClassName
{
border-color: #002C93;
}
.TagClassName
{
border-color: #002C93;
}
</style>