Shades of Smalt #002C85
Tints of Smalt #002C85
RGB
CMYK
RGB Variations
Color information
#002C85 (or 0x002C85) is known color: Smalt. HEX triplet: 00, 2C and 85. RGB value is (0,44,133). Sum of RGB (Red+Green+Blue) = 0+44+133=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #002C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C85 is #FFD37A. Grayscale: #282828. Windows color (decimal): -16765819 or 8727552. OLE color: 8727552.
HSL color Cylindrical-coordinate representation of color #002C85: hue angle of 220.15º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C85 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 44 | 133 | - |
| CMYK | 1 | 0.67 | 0 | 0.48 |
| HSL | 220.15º | 1% | 0.26% | - |
| HSV(B) | 220.15º | 1% | 0.52% | - |
| XYZ | 5.13 | 3.49 | 22.59 | - |
| YUV | 40.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 133 | 1 | 0.67 | 0 | 0.48 | 220.15 | 1 | 0.26 |
| Hex | 0 | 2C | 85 | 64 | 43 | 0 | 30 | DC | 64 | 1A |
| Octal | 0 | 54 | 205 | 144 | 103 | 0 | 60 | 334 | 144 | 32 |
| Binary | 0 | 101100 | 10000101 | 1100100 | 1000011 | 0 | 110000 | 11011100 | 1100100 | 11010 |
Color Harmonies of #002C85
Complementary color
Monochromatic Colors of #002C85
Black with #002C85
Text Example
Text Example
White with #002C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C85; }
p { color: rgb(0,44,133); }
H1.HeaderClassName
{
color: #002C85;
}
.AnyTagClassName
{
color: #002C85;
}
</style>
background-color css
<style>
a { background-color: #002C85; }
a { background-color: rgb(0,44,133); }
div.DivClassName
{
background-color: #002C85;
}
.BgClassName
{
background-color: #002C85;
}
</style>
border-color css
<style>
span { border-color: #002C85; }
span { border-color: rgb(0,44,133); }
td.TdClassName
{
border-color: #002C85;
}
.TagClassName
{
border-color: #002C85;
}
</style>