Shades of Smalt #013091
Tints of Smalt #013091
RGB
CMYK
RGB Variations
Color information
#013091 (or 0x013091) is known color: Smalt. HEX triplet: 01, 30 and 91. RGB value is (1,48,145). Sum of RGB (Red+Green+Blue) = 1+48+145=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #013091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013091 is #FECF6E. Grayscale: #2C2C2C. Windows color (decimal): -16699247 or 9515009. OLE color: 9515009.
HSL color Cylindrical-coordinate representation of color #013091: hue angle of 220.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013091 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 48 | 145 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.43 |
| HSL | 220.42º | 0.99% | 0.29% | - |
| HSV(B) | 220.42º | 0.99% | 0.57% | - |
| XYZ | 6.18 | 4.16 | 27.27 | - |
| YUV | 45.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 145 | 0.99 | 0.67 | 0 | 0.43 | 220.42 | 0.99 | 0.29 |
| Hex | 1 | 30 | 91 | 63 | 43 | 0 | 2B | DC | 63 | 1D |
| Octal | 1 | 60 | 221 | 143 | 103 | 0 | 53 | 334 | 143 | 35 |
| Binary | 1 | 110000 | 10010001 | 1100011 | 1000011 | 0 | 101011 | 11011100 | 1100011 | 11101 |
Color Harmonies of #013091
Complementary color
Monochromatic Colors of #013091
Black with #013091
Text Example
Text Example
White with #013091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013091; }
p { color: rgb(1,48,145); }
H1.HeaderClassName
{
color: #013091;
}
.AnyTagClassName
{
color: #013091;
}
</style>
background-color css
<style>
a { background-color: #013091; }
a { background-color: rgb(1,48,145); }
div.DivClassName
{
background-color: #013091;
}
.BgClassName
{
background-color: #013091;
}
</style>
border-color css
<style>
span { border-color: #013091; }
span { border-color: rgb(1,48,145); }
td.TdClassName
{
border-color: #013091;
}
.TagClassName
{
border-color: #013091;
}
</style>