Shades of Smalt #002C98
Tints of Smalt #002C98
RGB
CMYK
RGB Variations
Color information
#002C98 (or 0x002C98) is known color: Smalt. HEX triplet: 00, 2C and 98. RGB value is (0,44,152). Sum of RGB (Red+Green+Blue) = 0+44+152=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #002C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C98 is #FFD367. Grayscale: #2A2A2A. Windows color (decimal): -16765800 or 9972736. OLE color: 9972736.
HSL color Cylindrical-coordinate representation of color #002C98: hue angle of 222.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C98 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 44 | 152 | - |
| CMYK | 1 | 0.71 | 0 | 0.40 |
| HSL | 222.63º | 1% | 0.3% | - |
| HSV(B) | 222.63º | 1% | 0.6% | - |
| XYZ | 6.57 | 4.07 | 30.14 | - |
| YUV | 43.16 | 189.42 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 152 | 1 | 0.71 | 0 | 0.40 | 222.63 | 1 | 0.3 |
| Hex | 0 | 2C | 98 | 64 | 47 | 0 | 28 | DF | 64 | 1E |
| Octal | 0 | 54 | 230 | 144 | 107 | 0 | 50 | 337 | 144 | 36 |
| Binary | 0 | 101100 | 10011000 | 1100100 | 1000111 | 0 | 101000 | 11011111 | 1100100 | 11110 |
Color Harmonies of #002C98
Complementary color
Monochromatic Colors of #002C98
Black with #002C98
Text Example
Text Example
White with #002C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C98; }
p { color: rgb(0,44,152); }
H1.HeaderClassName
{
color: #002C98;
}
.AnyTagClassName
{
color: #002C98;
}
</style>
background-color css
<style>
a { background-color: #002C98; }
a { background-color: rgb(0,44,152); }
div.DivClassName
{
background-color: #002C98;
}
.BgClassName
{
background-color: #002C98;
}
</style>
border-color css
<style>
span { border-color: #002C98; }
span { border-color: rgb(0,44,152); }
td.TdClassName
{
border-color: #002C98;
}
.TagClassName
{
border-color: #002C98;
}
</style>