Shades of Smalt #04238C
Tints of Smalt #04238C
RGB
CMYK
RGB Variations
Color information
#04238C (or 0x04238C) is known color: Smalt. HEX triplet: 04, 23 and 8C. RGB value is (4,35,140). Sum of RGB (Red+Green+Blue) = 4+35+140=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #04238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04238C is #FBDC73. Grayscale: #252525. Windows color (decimal): -16505972 or 9184004. OLE color: 9184004.
HSL color Cylindrical-coordinate representation of color #04238C: hue angle of 226.32º 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 #04238C is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 35 | 140 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.45 |
| HSL | 226.32º | 0.94% | 0.28% | - |
| HSV(B) | 226.32º | 0.97% | 0.55% | - |
| XYZ | 5.38 | 3.12 | 25.13 | - |
| YUV | 37.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 140 | 0.97 | 0.75 | 0 | 0.45 | 226.32 | 0.94 | 0.28 |
| Hex | 4 | 23 | 8C | 61 | 4B | 0 | 2D | E2 | 5E | 1C |
| Octal | 4 | 43 | 214 | 141 | 113 | 0 | 55 | 342 | 136 | 34 |
| Binary | 100 | 100011 | 10001100 | 1100001 | 1001011 | 0 | 101101 | 11100010 | 1011110 | 11100 |
Color Harmonies of #04238C
Complementary color
Monochromatic Colors of #04238C
Black with #04238C
Text Example
Text Example
White with #04238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04238C; }
p { color: rgb(4,35,140); }
H1.HeaderClassName
{
color: #04238C;
}
.AnyTagClassName
{
color: #04238C;
}
</style>
background-color css
<style>
a { background-color: #04238C; }
a { background-color: rgb(4,35,140); }
div.DivClassName
{
background-color: #04238C;
}
.BgClassName
{
background-color: #04238C;
}
</style>
border-color css
<style>
span { border-color: #04238C; }
span { border-color: rgb(4,35,140); }
td.TdClassName
{
border-color: #04238C;
}
.TagClassName
{
border-color: #04238C;
}
</style>