Shades of Smalt #002A8B
Tints of Smalt #002A8B
RGB
CMYK
RGB Variations
Color information
#002A8B (or 0x002A8B) is known color: Smalt. HEX triplet: 00, 2A and 8B. RGB value is (0,42,139). Sum of RGB (Red+Green+Blue) = 0+42+139=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #002A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A8B is #FFD574. Grayscale: #282828. Windows color (decimal): -16766325 or 9120256. OLE color: 9120256.
HSL color Cylindrical-coordinate representation of color #002A8B: hue angle of 221.87º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A8B is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 42 | 139 | - |
| CMYK | 1 | 0.70 | 0 | 0.45 |
| HSL | 221.87º | 1% | 0.27% | - |
| HSV(B) | 221.87º | 1% | 0.55% | - |
| XYZ | 5.49 | 3.52 | 24.82 | - |
| YUV | 40.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 139 | 1 | 0.70 | 0 | 0.45 | 221.87 | 1 | 0.27 |
| Hex | 0 | 2A | 8B | 64 | 46 | 0 | 2D | DE | 64 | 1B |
| Octal | 0 | 52 | 213 | 144 | 106 | 0 | 55 | 336 | 144 | 33 |
| Binary | 0 | 101010 | 10001011 | 1100100 | 1000110 | 0 | 101101 | 11011110 | 1100100 | 11011 |
Color Harmonies of #002A8B
Complementary color
Monochromatic Colors of #002A8B
Black with #002A8B
Text Example
Text Example
White with #002A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A8B; }
p { color: rgb(0,42,139); }
H1.HeaderClassName
{
color: #002A8B;
}
.AnyTagClassName
{
color: #002A8B;
}
</style>
background-color css
<style>
a { background-color: #002A8B; }
a { background-color: rgb(0,42,139); }
div.DivClassName
{
background-color: #002A8B;
}
.BgClassName
{
background-color: #002A8B;
}
</style>
border-color css
<style>
span { border-color: #002A8B; }
span { border-color: rgb(0,42,139); }
td.TdClassName
{
border-color: #002A8B;
}
.TagClassName
{
border-color: #002A8B;
}
</style>