Shades of Smalt #001E8A
Tints of Smalt #001E8A
RGB
CMYK
RGB Variations
Color information
#001E8A (or 0x001E8A) is known color: Smalt. HEX triplet: 00, 1E and 8A. RGB value is (0,30,138). Sum of RGB (Red+Green+Blue) = 0+30+138=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 138 (54.30% from 255 or 82.14% from 168); Max value from RGB is 138 - color contains mainly: blue. Hex color #001E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E8A is #FFE175. Grayscale: #202020. Windows color (decimal): -16769398 or 9051648. OLE color: 9051648.
HSL color Cylindrical-coordinate representation of color #001E8A: hue angle of 226.96º 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 #001E8A is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 30 | 138 | - |
| CMYK | 1 | 0.78 | 0 | 0.46 |
| HSL | 226.96º | 1% | 0.27% | - |
| HSV(B) | 226.96º | 1% | 0.54% | - |
| XYZ | 5.05 | 2.76 | 24.31 | - |
| YUV | 33.34 | 187.06 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 138 | 1 | 0.78 | 0 | 0.46 | 226.96 | 1 | 0.27 |
| Hex | 0 | 1E | 8A | 64 | 4E | 0 | 2E | E3 | 64 | 1B |
| Octal | 0 | 36 | 212 | 144 | 116 | 0 | 56 | 343 | 144 | 33 |
| Binary | 0 | 11110 | 10001010 | 1100100 | 1001110 | 0 | 101110 | 11100011 | 1100100 | 11011 |
Color Harmonies of #001E8A
Complementary color
Monochromatic Colors of #001E8A
Black with #001E8A
Text Example
Text Example
White with #001E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E8A; }
p { color: rgb(0,30,138); }
H1.HeaderClassName
{
color: #001E8A;
}
.AnyTagClassName
{
color: #001E8A;
}
</style>
background-color css
<style>
a { background-color: #001E8A; }
a { background-color: rgb(0,30,138); }
div.DivClassName
{
background-color: #001E8A;
}
.BgClassName
{
background-color: #001E8A;
}
</style>
border-color css
<style>
span { border-color: #001E8A; }
span { border-color: rgb(0,30,138); }
td.TdClassName
{
border-color: #001E8A;
}
.TagClassName
{
border-color: #001E8A;
}
</style>