Shades of Smalt #01358C
Tints of Smalt #01358C
RGB
CMYK
RGB Variations
Color information
#01358C (or 0x01358C) is known color: Smalt. HEX triplet: 01, 35 and 8C. RGB value is (1,53,140). Sum of RGB (Red+Green+Blue) = 1+53+140=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #01358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01358C is #FECA73. Grayscale: #2E2E2E. Windows color (decimal): -16697972 or 9188609. OLE color: 9188609.
HSL color Cylindrical-coordinate representation of color #01358C: hue angle of 217.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01358C is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 53 | 140 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.45 |
| HSL | 217.55º | 0.99% | 0.28% | - |
| HSV(B) | 217.55º | 0.99% | 0.55% | - |
| XYZ | 6.02 | 4.45 | 25.35 | - |
| YUV | 47.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 140 | 0.99 | 0.62 | 0 | 0.45 | 217.55 | 0.99 | 0.28 |
| Hex | 1 | 35 | 8C | 63 | 3E | 0 | 2D | DA | 63 | 1C |
| Octal | 1 | 65 | 214 | 143 | 76 | 0 | 55 | 332 | 143 | 34 |
| Binary | 1 | 110101 | 10001100 | 1100011 | 111110 | 0 | 101101 | 11011010 | 1100011 | 11100 |
Color Harmonies of #01358C
Complementary color
Monochromatic Colors of #01358C
Black with #01358C
Text Example
Text Example
White with #01358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01358C; }
p { color: rgb(1,53,140); }
H1.HeaderClassName
{
color: #01358C;
}
.AnyTagClassName
{
color: #01358C;
}
</style>
background-color css
<style>
a { background-color: #01358C; }
a { background-color: rgb(1,53,140); }
div.DivClassName
{
background-color: #01358C;
}
.BgClassName
{
background-color: #01358C;
}
</style>
border-color css
<style>
span { border-color: #01358C; }
span { border-color: rgb(1,53,140); }
td.TdClassName
{
border-color: #01358C;
}
.TagClassName
{
border-color: #01358C;
}
</style>