Shades of Smalt #002C99
Tints of Smalt #002C99
RGB
CMYK
RGB Variations
Color information
#002C99 (or 0x002C99) is known color: Smalt. HEX triplet: 00, 2C and 99. RGB value is (0,44,153). Sum of RGB (Red+Green+Blue) = 0+44+153=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #002C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C99 is #FFD366. Grayscale: #2A2A2A. Windows color (decimal): -16765799 or 10038272. OLE color: 10038272.
HSL color Cylindrical-coordinate representation of color #002C99: hue angle of 222.75º 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 #002C99 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 44 | 153 | - |
| CMYK | 1 | 0.71 | 0 | 0.4 |
| HSL | 222.75º | 1% | 0.3% | - |
| HSV(B) | 222.75º | 1% | 0.6% | - |
| XYZ | 6.65 | 4.1 | 30.58 | - |
| YUV | 43.27 | 189.92 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 153 | 1 | 0.71 | 0 | 0.4 | 222.75 | 1 | 0.3 |
| Hex | 0 | 2C | 99 | 64 | 47 | 0 | 28 | DF | 64 | 1E |
| Octal | 0 | 54 | 231 | 144 | 107 | 0 | 50 | 337 | 144 | 36 |
| Binary | 0 | 101100 | 10011001 | 1100100 | 1000111 | 0 | 101000 | 11011111 | 1100100 | 11110 |
Color Harmonies of #002C99
Complementary color
Monochromatic Colors of #002C99
Black with #002C99
Text Example
Text Example
White with #002C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C99; }
p { color: rgb(0,44,153); }
H1.HeaderClassName
{
color: #002C99;
}
.AnyTagClassName
{
color: #002C99;
}
</style>
background-color css
<style>
a { background-color: #002C99; }
a { background-color: rgb(0,44,153); }
div.DivClassName
{
background-color: #002C99;
}
.BgClassName
{
background-color: #002C99;
}
</style>
border-color css
<style>
span { border-color: #002C99; }
span { border-color: rgb(0,44,153); }
td.TdClassName
{
border-color: #002C99;
}
.TagClassName
{
border-color: #002C99;
}
</style>