Shades of Smalt #001C8B
Tints of Smalt #001C8B
RGB
CMYK
RGB Variations
Color information
#001C8B (or 0x001C8B) is known color: Smalt. HEX triplet: 00, 1C and 8B. RGB value is (0,28,139). Sum of RGB (Red+Green+Blue) = 0+28+139=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #001C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C8B is #FFE374. Grayscale: #1F1F1F. Windows color (decimal): -16769909 or 9116672. OLE color: 9116672.
HSL color Cylindrical-coordinate representation of color #001C8B: hue angle of 227.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C8B is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 28 | 139 | - |
| CMYK | 1 | 0.80 | 0 | 0.45 |
| HSL | 227.91º | 1% | 0.27% | - |
| HSV(B) | 227.91º | 1% | 0.55% | - |
| XYZ | 5.08 | 2.69 | 24.68 | - |
| YUV | 32.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 139 | 1 | 0.80 | 0 | 0.45 | 227.91 | 1 | 0.27 |
| Hex | 0 | 1C | 8B | 64 | 50 | 0 | 2D | E4 | 64 | 1B |
| Octal | 0 | 34 | 213 | 144 | 120 | 0 | 55 | 344 | 144 | 33 |
| Binary | 0 | 11100 | 10001011 | 1100100 | 1010000 | 0 | 101101 | 11100100 | 1100100 | 11011 |
Color Harmonies of #001C8B
Complementary color
Monochromatic Colors of #001C8B
Black with #001C8B
Text Example
Text Example
White with #001C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C8B; }
p { color: rgb(0,28,139); }
H1.HeaderClassName
{
color: #001C8B;
}
.AnyTagClassName
{
color: #001C8B;
}
</style>
background-color css
<style>
a { background-color: #001C8B; }
a { background-color: rgb(0,28,139); }
div.DivClassName
{
background-color: #001C8B;
}
.BgClassName
{
background-color: #001C8B;
}
</style>
border-color css
<style>
span { border-color: #001C8B; }
span { border-color: rgb(0,28,139); }
td.TdClassName
{
border-color: #001C8B;
}
.TagClassName
{
border-color: #001C8B;
}
</style>