Shades of Smalt #002E8A
Tints of Smalt #002E8A
RGB
CMYK
RGB Variations
Color information
#002E8A (or 0x002E8A) is known color: Smalt. HEX triplet: 00, 2E and 8A. RGB value is (0,46,138). Sum of RGB (Red+Green+Blue) = 0+46+138=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #002E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E8A is #FFD175. Grayscale: #2A2A2A. Windows color (decimal): -16765302 or 9055744. OLE color: 9055744.
HSL color Cylindrical-coordinate representation of color #002E8A: hue angle of 220º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E8A is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 46 | 138 | - |
| CMYK | 1 | 0.67 | 0 | 0.46 |
| HSL | 220º | 1% | 0.27% | - |
| HSV(B) | 220º | 1% | 0.54% | - |
| XYZ | 5.56 | 3.79 | 24.48 | - |
| YUV | 42.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 138 | 1 | 0.67 | 0 | 0.46 | 220 | 1 | 0.27 |
| Hex | 0 | 2E | 8A | 64 | 43 | 0 | 2E | DC | 64 | 1B |
| Octal | 0 | 56 | 212 | 144 | 103 | 0 | 56 | 334 | 144 | 33 |
| Binary | 0 | 101110 | 10001010 | 1100100 | 1000011 | 0 | 101110 | 11011100 | 1100100 | 11011 |
Color Harmonies of #002E8A
Complementary color
Monochromatic Colors of #002E8A
Black with #002E8A
Text Example
Text Example
White with #002E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E8A; }
p { color: rgb(0,46,138); }
H1.HeaderClassName
{
color: #002E8A;
}
.AnyTagClassName
{
color: #002E8A;
}
</style>
background-color css
<style>
a { background-color: #002E8A; }
a { background-color: rgb(0,46,138); }
div.DivClassName
{
background-color: #002E8A;
}
.BgClassName
{
background-color: #002E8A;
}
</style>
border-color css
<style>
span { border-color: #002E8A; }
span { border-color: rgb(0,46,138); }
td.TdClassName
{
border-color: #002E8A;
}
.TagClassName
{
border-color: #002E8A;
}
</style>