Shades of Smalt #01379D
Tints of Smalt #01379D
RGB
CMYK
RGB Variations
Color information
#01379D (or 0x01379D) is known color: Smalt. HEX triplet: 01, 37 and 9D. RGB value is (1,55,157). Sum of RGB (Red+Green+Blue) = 1+55+157=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #01379D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01379D is #FEC862. Grayscale: #323232. Windows color (decimal): -16697443 or 10303233. OLE color: 10303233.
HSL color Cylindrical-coordinate representation of color #01379D: hue angle of 219.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01379D is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 55 | 157 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.38 |
| HSL | 219.23º | 0.99% | 0.31% | - |
| HSV(B) | 219.23º | 0.99% | 0.62% | - |
| XYZ | 7.46 | 5.17 | 32.5 | - |
| YUV | 50.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 157 | 0.99 | 0.65 | 0 | 0.38 | 219.23 | 0.99 | 0.31 |
| Hex | 1 | 37 | 9D | 63 | 41 | 0 | 26 | DB | 63 | 1F |
| Octal | 1 | 67 | 235 | 143 | 101 | 0 | 46 | 333 | 143 | 37 |
| Binary | 1 | 110111 | 10011101 | 1100011 | 1000001 | 0 | 100110 | 11011011 | 1100011 | 11111 |
Color Harmonies of #01379D
Complementary color
Monochromatic Colors of #01379D
Black with #01379D
Text Example
Text Example
White with #01379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01379D; }
p { color: rgb(1,55,157); }
H1.HeaderClassName
{
color: #01379D;
}
.AnyTagClassName
{
color: #01379D;
}
</style>
background-color css
<style>
a { background-color: #01379D; }
a { background-color: rgb(1,55,157); }
div.DivClassName
{
background-color: #01379D;
}
.BgClassName
{
background-color: #01379D;
}
</style>
border-color css
<style>
span { border-color: #01379D; }
span { border-color: rgb(1,55,157); }
td.TdClassName
{
border-color: #01379D;
}
.TagClassName
{
border-color: #01379D;
}
</style>