Shades of Smalt #00248D
Tints of Smalt #00248D
RGB
CMYK
RGB Variations
Color information
#00248D (or 0x00248D) is known color: Smalt. HEX triplet: 00, 24 and 8D. RGB value is (0,36,141). Sum of RGB (Red+Green+Blue) = 0+36+141=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #00248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00248D is #FFDB72. Grayscale: #242424. Windows color (decimal): -16767859 or 9249792. OLE color: 9249792.
HSL color Cylindrical-coordinate representation of color #00248D: hue angle of 224.68º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00248D is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 36 | 141 | - |
| CMYK | 1 | 0.74 | 0 | 0.45 |
| HSL | 224.68º | 1% | 0.28% | - |
| HSV(B) | 224.68º | 1% | 0.55% | - |
| XYZ | 5.44 | 3.18 | 25.53 | - |
| YUV | 37.21 | 186.57 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 141 | 1 | 0.74 | 0 | 0.45 | 224.68 | 1 | 0.28 |
| Hex | 0 | 24 | 8D | 64 | 4A | 0 | 2D | E1 | 64 | 1C |
| Octal | 0 | 44 | 215 | 144 | 112 | 0 | 55 | 341 | 144 | 34 |
| Binary | 0 | 100100 | 10001101 | 1100100 | 1001010 | 0 | 101101 | 11100001 | 1100100 | 11100 |
Color Harmonies of #00248D
Complementary color
Monochromatic Colors of #00248D
Black with #00248D
Text Example
Text Example
White with #00248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00248D; }
p { color: rgb(0,36,141); }
H1.HeaderClassName
{
color: #00248D;
}
.AnyTagClassName
{
color: #00248D;
}
</style>
background-color css
<style>
a { background-color: #00248D; }
a { background-color: rgb(0,36,141); }
div.DivClassName
{
background-color: #00248D;
}
.BgClassName
{
background-color: #00248D;
}
</style>
border-color css
<style>
span { border-color: #00248D; }
span { border-color: rgb(0,36,141); }
td.TdClassName
{
border-color: #00248D;
}
.TagClassName
{
border-color: #00248D;
}
</style>