Shades of Smalt #001C90
Tints of Smalt #001C90
RGB
CMYK
RGB Variations
Color information
#001C90 (or 0x001C90) is known color: Smalt. HEX triplet: 00, 1C and 90. RGB value is (0,28,144). Sum of RGB (Red+Green+Blue) = 0+28+144=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #001C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C90 is #FFE36F. Grayscale: #202020. Windows color (decimal): -16769904 or 9444352. OLE color: 9444352.
HSL color Cylindrical-coordinate representation of color #001C90: hue angle of 228.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C90 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 28 | 144 | - |
| CMYK | 1 | 0.81 | 0 | 0.44 |
| HSL | 228.33º | 1% | 0.28% | - |
| HSV(B) | 228.33º | 1% | 0.56% | - |
| XYZ | 5.45 | 2.84 | 26.65 | - |
| YUV | 32.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 144 | 1 | 0.81 | 0 | 0.44 | 228.33 | 1 | 0.28 |
| Hex | 0 | 1C | 90 | 64 | 51 | 0 | 2C | E4 | 64 | 1C |
| Octal | 0 | 34 | 220 | 144 | 121 | 0 | 54 | 344 | 144 | 34 |
| Binary | 0 | 11100 | 10010000 | 1100100 | 1010001 | 0 | 101100 | 11100100 | 1100100 | 11100 |
Color Harmonies of #001C90
Complementary color
Monochromatic Colors of #001C90
Black with #001C90
Text Example
Text Example
White with #001C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C90; }
p { color: rgb(0,28,144); }
H1.HeaderClassName
{
color: #001C90;
}
.AnyTagClassName
{
color: #001C90;
}
</style>
background-color css
<style>
a { background-color: #001C90; }
a { background-color: rgb(0,28,144); }
div.DivClassName
{
background-color: #001C90;
}
.BgClassName
{
background-color: #001C90;
}
</style>
border-color css
<style>
span { border-color: #001C90; }
span { border-color: rgb(0,28,144); }
td.TdClassName
{
border-color: #001C90;
}
.TagClassName
{
border-color: #001C90;
}
</style>