Shades of Smalt #00248A
Tints of Smalt #00248A
RGB
CMYK
RGB Variations
Color information
#00248A (or 0x00248A) is known color: Smalt. HEX triplet: 00, 24 and 8A. RGB value is (0,36,138). Sum of RGB (Red+Green+Blue) = 0+36+138=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #00248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00248A is #FFDB75. Grayscale: #242424. Windows color (decimal): -16767862 or 9053184. OLE color: 9053184.
HSL color Cylindrical-coordinate representation of color #00248A: hue angle of 224.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00248A is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 36 | 138 | - |
| CMYK | 1 | 0.74 | 0 | 0.46 |
| HSL | 224.35º | 1% | 0.27% | - |
| HSV(B) | 224.35º | 1% | 0.54% | - |
| XYZ | 5.22 | 3.1 | 24.37 | - |
| YUV | 36.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 138 | 1 | 0.74 | 0 | 0.46 | 224.35 | 1 | 0.27 |
| Hex | 0 | 24 | 8A | 64 | 4A | 0 | 2E | E0 | 64 | 1B |
| Octal | 0 | 44 | 212 | 144 | 112 | 0 | 56 | 340 | 144 | 33 |
| Binary | 0 | 100100 | 10001010 | 1100100 | 1001010 | 0 | 101110 | 11100000 | 1100100 | 11011 |
Color Harmonies of #00248A
Complementary color
Monochromatic Colors of #00248A
Black with #00248A
Text Example
Text Example
White with #00248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00248A; }
p { color: rgb(0,36,138); }
H1.HeaderClassName
{
color: #00248A;
}
.AnyTagClassName
{
color: #00248A;
}
</style>
background-color css
<style>
a { background-color: #00248A; }
a { background-color: rgb(0,36,138); }
div.DivClassName
{
background-color: #00248A;
}
.BgClassName
{
background-color: #00248A;
}
</style>
border-color css
<style>
span { border-color: #00248A; }
span { border-color: rgb(0,36,138); }
td.TdClassName
{
border-color: #00248A;
}
.TagClassName
{
border-color: #00248A;
}
</style>