Shades of Smalt #042B8C
Tints of Smalt #042B8C
RGB
CMYK
RGB Variations
Color information
#042B8C (or 0x042B8C) is known color: Smalt. HEX triplet: 04, 2B and 8C. RGB value is (4,43,140). Sum of RGB (Red+Green+Blue) = 4+43+140=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #042B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B8C is #FBD473. Grayscale: #292929. Windows color (decimal): -16503924 or 9186052. OLE color: 9186052.
HSL color Cylindrical-coordinate representation of color #042B8C: hue angle of 222.79º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042B8C is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 43 | 140 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.45 |
| HSL | 222.79º | 0.94% | 0.28% | - |
| HSV(B) | 222.79º | 0.97% | 0.55% | - |
| XYZ | 5.65 | 3.65 | 25.22 | - |
| YUV | 42.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 140 | 0.97 | 0.69 | 0 | 0.45 | 222.79 | 0.94 | 0.28 |
| Hex | 4 | 2B | 8C | 61 | 45 | 0 | 2D | DF | 5E | 1C |
| Octal | 4 | 53 | 214 | 141 | 105 | 0 | 55 | 337 | 136 | 34 |
| Binary | 100 | 101011 | 10001100 | 1100001 | 1000101 | 0 | 101101 | 11011111 | 1011110 | 11100 |
Color Harmonies of #042B8C
Complementary color
Monochromatic Colors of #042B8C
Black with #042B8C
Text Example
Text Example
White with #042B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B8C; }
p { color: rgb(4,43,140); }
H1.HeaderClassName
{
color: #042B8C;
}
.AnyTagClassName
{
color: #042B8C;
}
</style>
background-color css
<style>
a { background-color: #042B8C; }
a { background-color: rgb(4,43,140); }
div.DivClassName
{
background-color: #042B8C;
}
.BgClassName
{
background-color: #042B8C;
}
</style>
border-color css
<style>
span { border-color: #042B8C; }
span { border-color: rgb(4,43,140); }
td.TdClassName
{
border-color: #042B8C;
}
.TagClassName
{
border-color: #042B8C;
}
</style>