Shades of Smalt #001C85
Tints of Smalt #001C85
RGB
CMYK
RGB Variations
Color information
#001C85 (or 0x001C85) is known color: Smalt. HEX triplet: 00, 1C and 85. RGB value is (0,28,133). Sum of RGB (Red+Green+Blue) = 0+28+133=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #001C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C85 is #FFE37A. Grayscale: #1F1F1F. Windows color (decimal): -16769915 or 8723456. OLE color: 8723456.
HSL color Cylindrical-coordinate representation of color #001C85: hue angle of 227.37º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C85 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 28 | 133 | - |
| CMYK | 1 | 0.79 | 0 | 0.48 |
| HSL | 227.37º | 1% | 0.26% | - |
| HSV(B) | 227.37º | 1% | 0.52% | - |
| XYZ | 4.65 | 2.52 | 22.43 | - |
| YUV | 31.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 133 | 1 | 0.79 | 0 | 0.48 | 227.37 | 1 | 0.26 |
| Hex | 0 | 1C | 85 | 64 | 4F | 0 | 30 | E3 | 64 | 1A |
| Octal | 0 | 34 | 205 | 144 | 117 | 0 | 60 | 343 | 144 | 32 |
| Binary | 0 | 11100 | 10000101 | 1100100 | 1001111 | 0 | 110000 | 11100011 | 1100100 | 11010 |
Color Harmonies of #001C85
Complementary color
Monochromatic Colors of #001C85
Black with #001C85
Text Example
Text Example
White with #001C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C85; }
p { color: rgb(0,28,133); }
H1.HeaderClassName
{
color: #001C85;
}
.AnyTagClassName
{
color: #001C85;
}
</style>
background-color css
<style>
a { background-color: #001C85; }
a { background-color: rgb(0,28,133); }
div.DivClassName
{
background-color: #001C85;
}
.BgClassName
{
background-color: #001C85;
}
</style>
border-color css
<style>
span { border-color: #001C85; }
span { border-color: rgb(0,28,133); }
td.TdClassName
{
border-color: #001C85;
}
.TagClassName
{
border-color: #001C85;
}
</style>