Shades of Smalt #001C8C
Tints of Smalt #001C8C
RGB
CMYK
RGB Variations
Color information
#001C8C (or 0x001C8C) is known color: Smalt. HEX triplet: 00, 1C and 8C. RGB value is (0,28,140). Sum of RGB (Red+Green+Blue) = 0+28+140=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #001C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C8C is #FFE373. Grayscale: #1F1F1F. Windows color (decimal): -16769908 or 9182208. OLE color: 9182208.
HSL color Cylindrical-coordinate representation of color #001C8C: hue angle of 228º 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 #001C8C is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 28 | 140 | - |
| CMYK | 1 | 0.80 | 0 | 0.45 |
| HSL | 228º | 1% | 0.27% | - |
| HSV(B) | 228º | 1% | 0.55% | - |
| XYZ | 5.15 | 2.72 | 25.07 | - |
| YUV | 32.4 | 188.72 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 140 | 1 | 0.80 | 0 | 0.45 | 228 | 1 | 0.27 |
| Hex | 0 | 1C | 8C | 64 | 50 | 0 | 2D | E4 | 64 | 1B |
| Octal | 0 | 34 | 214 | 144 | 120 | 0 | 55 | 344 | 144 | 33 |
| Binary | 0 | 11100 | 10001100 | 1100100 | 1010000 | 0 | 101101 | 11100100 | 1100100 | 11011 |
Color Harmonies of #001C8C
Complementary color
Monochromatic Colors of #001C8C
Black with #001C8C
Text Example
Text Example
White with #001C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C8C; }
p { color: rgb(0,28,140); }
H1.HeaderClassName
{
color: #001C8C;
}
.AnyTagClassName
{
color: #001C8C;
}
</style>
background-color css
<style>
a { background-color: #001C8C; }
a { background-color: rgb(0,28,140); }
div.DivClassName
{
background-color: #001C8C;
}
.BgClassName
{
background-color: #001C8C;
}
</style>
border-color css
<style>
span { border-color: #001C8C; }
span { border-color: rgb(0,28,140); }
td.TdClassName
{
border-color: #001C8C;
}
.TagClassName
{
border-color: #001C8C;
}
</style>