Shades of Smalt #002C92
Tints of Smalt #002C92
RGB
CMYK
RGB Variations
Color information
#002C92 (or 0x002C92) is known color: Smalt. HEX triplet: 00, 2C and 92. RGB value is (0,44,146). Sum of RGB (Red+Green+Blue) = 0+44+146=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #002C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C92 is #FFD36D. Grayscale: #2A2A2A. Windows color (decimal): -16765806 or 9579520. OLE color: 9579520.
HSL color Cylindrical-coordinate representation of color #002C92: hue angle of 221.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C92 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 44 | 146 | - |
| CMYK | 1 | 0.70 | 0 | 0.43 |
| HSL | 221.92º | 1% | 0.29% | - |
| HSV(B) | 221.92º | 1% | 0.57% | - |
| XYZ | 6.09 | 3.88 | 27.62 | - |
| YUV | 42.47 | 186.42 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 146 | 1 | 0.70 | 0 | 0.43 | 221.92 | 1 | 0.29 |
| Hex | 0 | 2C | 92 | 64 | 46 | 0 | 2B | DE | 64 | 1D |
| Octal | 0 | 54 | 222 | 144 | 106 | 0 | 53 | 336 | 144 | 35 |
| Binary | 0 | 101100 | 10010010 | 1100100 | 1000110 | 0 | 101011 | 11011110 | 1100100 | 11101 |
Color Harmonies of #002C92
Complementary color
Monochromatic Colors of #002C92
Black with #002C92
Text Example
Text Example
White with #002C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C92; }
p { color: rgb(0,44,146); }
H1.HeaderClassName
{
color: #002C92;
}
.AnyTagClassName
{
color: #002C92;
}
</style>
background-color css
<style>
a { background-color: #002C92; }
a { background-color: rgb(0,44,146); }
div.DivClassName
{
background-color: #002C92;
}
.BgClassName
{
background-color: #002C92;
}
</style>
border-color css
<style>
span { border-color: #002C92; }
span { border-color: rgb(0,44,146); }
td.TdClassName
{
border-color: #002C92;
}
.TagClassName
{
border-color: #002C92;
}
</style>