Shades of Smalt #01318F
Tints of Smalt #01318F
RGB
CMYK
RGB Variations
Color information
#01318F (or 0x01318F) is known color: Smalt. HEX triplet: 01, 31 and 8F. RGB value is (1,49,143). Sum of RGB (Red+Green+Blue) = 1+49+143=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #01318F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01318F is #FECE70. Grayscale: #2C2C2C. Windows color (decimal): -16698993 or 9384193. OLE color: 9384193.
HSL color Cylindrical-coordinate representation of color #01318F: hue angle of 219.72º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01318F is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 49 | 143 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.44 |
| HSL | 219.72º | 0.99% | 0.28% | - |
| HSV(B) | 219.72º | 0.99% | 0.56% | - |
| XYZ | 6.07 | 4.19 | 26.47 | - |
| YUV | 45.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 143 | 0.99 | 0.66 | 0 | 0.44 | 219.72 | 0.99 | 0.28 |
| Hex | 1 | 31 | 8F | 63 | 42 | 0 | 2C | DC | 63 | 1C |
| Octal | 1 | 61 | 217 | 143 | 102 | 0 | 54 | 334 | 143 | 34 |
| Binary | 1 | 110001 | 10001111 | 1100011 | 1000010 | 0 | 101100 | 11011100 | 1100011 | 11100 |
Color Harmonies of #01318F
Complementary color
Monochromatic Colors of #01318F
Black with #01318F
Text Example
Text Example
White with #01318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01318F; }
p { color: rgb(1,49,143); }
H1.HeaderClassName
{
color: #01318F;
}
.AnyTagClassName
{
color: #01318F;
}
</style>
background-color css
<style>
a { background-color: #01318F; }
a { background-color: rgb(1,49,143); }
div.DivClassName
{
background-color: #01318F;
}
.BgClassName
{
background-color: #01318F;
}
</style>
border-color css
<style>
span { border-color: #01318F; }
span { border-color: rgb(1,49,143); }
td.TdClassName
{
border-color: #01318F;
}
.TagClassName
{
border-color: #01318F;
}
</style>