Shades of Smalt #042B97
Tints of Smalt #042B97
RGB
CMYK
RGB Variations
Color information
#042B97 (or 0x042B97) is known color: Smalt. HEX triplet: 04, 2B and 97. RGB value is (4,43,151). Sum of RGB (Red+Green+Blue) = 4+43+151=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #042B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B97 is #FBD468. Grayscale: #2B2B2B. Windows color (decimal): -16503913 or 9906948. OLE color: 9906948.
HSL color Cylindrical-coordinate representation of color #042B97: hue angle of 224.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B97 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 43 | 151 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.41 |
| HSL | 224.08º | 0.95% | 0.3% | - |
| HSV(B) | 224.08º | 0.97% | 0.59% | - |
| XYZ | 6.5 | 3.99 | 29.71 | - |
| YUV | 43.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 151 | 0.97 | 0.72 | 0 | 0.41 | 224.08 | 0.95 | 0.3 |
| Hex | 4 | 2B | 97 | 61 | 48 | 0 | 29 | E0 | 5F | 1E |
| Octal | 4 | 53 | 227 | 141 | 110 | 0 | 51 | 340 | 137 | 36 |
| Binary | 100 | 101011 | 10010111 | 1100001 | 1001000 | 0 | 101001 | 11100000 | 1011111 | 11110 |
Color Harmonies of #042B97
Complementary color
Monochromatic Colors of #042B97
Black with #042B97
Text Example
Text Example
White with #042B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B97; }
p { color: rgb(4,43,151); }
H1.HeaderClassName
{
color: #042B97;
}
.AnyTagClassName
{
color: #042B97;
}
</style>
background-color css
<style>
a { background-color: #042B97; }
a { background-color: rgb(4,43,151); }
div.DivClassName
{
background-color: #042B97;
}
.BgClassName
{
background-color: #042B97;
}
</style>
border-color css
<style>
span { border-color: #042B97; }
span { border-color: rgb(4,43,151); }
td.TdClassName
{
border-color: #042B97;
}
.TagClassName
{
border-color: #042B97;
}
</style>