Shades of Smalt #002A88
Tints of Smalt #002A88
RGB
CMYK
RGB Variations
Color information
#002A88 (or 0x002A88) is known color: Smalt. HEX triplet: 00, 2A and 88. RGB value is (0,42,136). Sum of RGB (Red+Green+Blue) = 0+42+136=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #002A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A88 is #FFD577. Grayscale: #272727. Windows color (decimal): -16766328 or 8923648. OLE color: 8923648.
HSL color Cylindrical-coordinate representation of color #002A88: hue angle of 221.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A88 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 42 | 136 | - |
| CMYK | 1 | 0.69 | 0 | 0.47 |
| HSL | 221.47º | 1% | 0.27% | - |
| HSV(B) | 221.47º | 1% | 0.53% | - |
| XYZ | 5.27 | 3.43 | 23.68 | - |
| YUV | 40.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 136 | 1 | 0.69 | 0 | 0.47 | 221.47 | 1 | 0.27 |
| Hex | 0 | 2A | 88 | 64 | 45 | 0 | 2F | DD | 64 | 1B |
| Octal | 0 | 52 | 210 | 144 | 105 | 0 | 57 | 335 | 144 | 33 |
| Binary | 0 | 101010 | 10001000 | 1100100 | 1000101 | 0 | 101111 | 11011101 | 1100100 | 11011 |
Color Harmonies of #002A88
Complementary color
Monochromatic Colors of #002A88
Black with #002A88
Text Example
Text Example
White with #002A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A88; }
p { color: rgb(0,42,136); }
H1.HeaderClassName
{
color: #002A88;
}
.AnyTagClassName
{
color: #002A88;
}
</style>
background-color css
<style>
a { background-color: #002A88; }
a { background-color: rgb(0,42,136); }
div.DivClassName
{
background-color: #002A88;
}
.BgClassName
{
background-color: #002A88;
}
</style>
border-color css
<style>
span { border-color: #002A88; }
span { border-color: rgb(0,42,136); }
td.TdClassName
{
border-color: #002A88;
}
.TagClassName
{
border-color: #002A88;
}
</style>