Shades of Smalt #002A9C
Tints of Smalt #002A9C
RGB
CMYK
RGB Variations
Color information
#002A9C (or 0x002A9C) is known color: Smalt. HEX triplet: 00, 2A and 9C. RGB value is (0,42,156). Sum of RGB (Red+Green+Blue) = 0+42+156=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #002A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A9C is #FFD563. Grayscale: #292929. Windows color (decimal): -16766308 or 10234368. OLE color: 10234368.
HSL color Cylindrical-coordinate representation of color #002A9C: hue angle of 223.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A9C is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 42 | 156 | - |
| CMYK | 1 | 0.73 | 0 | 0.39 |
| HSL | 223.85º | 1% | 0.31% | - |
| HSV(B) | 223.85º | 1% | 0.61% | - |
| XYZ | 6.83 | 4.06 | 31.88 | - |
| YUV | 42.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 156 | 1 | 0.73 | 0 | 0.39 | 223.85 | 1 | 0.31 |
| Hex | 0 | 2A | 9C | 64 | 49 | 0 | 27 | E0 | 64 | 1F |
| Octal | 0 | 52 | 234 | 144 | 111 | 0 | 47 | 340 | 144 | 37 |
| Binary | 0 | 101010 | 10011100 | 1100100 | 1001001 | 0 | 100111 | 11100000 | 1100100 | 11111 |
Color Harmonies of #002A9C
Complementary color
Monochromatic Colors of #002A9C
Black with #002A9C
Text Example
Text Example
White with #002A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A9C; }
p { color: rgb(0,42,156); }
H1.HeaderClassName
{
color: #002A9C;
}
.AnyTagClassName
{
color: #002A9C;
}
</style>
background-color css
<style>
a { background-color: #002A9C; }
a { background-color: rgb(0,42,156); }
div.DivClassName
{
background-color: #002A9C;
}
.BgClassName
{
background-color: #002A9C;
}
</style>
border-color css
<style>
span { border-color: #002A9C; }
span { border-color: rgb(0,42,156); }
td.TdClassName
{
border-color: #002A9C;
}
.TagClassName
{
border-color: #002A9C;
}
</style>