Shades of Smalt #01309C
Tints of Smalt #01309C
RGB
CMYK
RGB Variations
Color information
#01309C (or 0x01309C) is known color: Smalt. HEX triplet: 01, 30 and 9C. RGB value is (1,48,156). Sum of RGB (Red+Green+Blue) = 1+48+156=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #01309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01309C is #FECF63. Grayscale: #2D2D2D. Windows color (decimal): -16699236 or 10235905. OLE color: 10235905.
HSL color Cylindrical-coordinate representation of color #01309C: hue angle of 221.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01309C is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 48 | 156 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.39 |
| HSL | 221.81º | 0.99% | 0.31% | - |
| HSV(B) | 221.81º | 0.99% | 0.61% | - |
| XYZ | 7.07 | 4.52 | 31.95 | - |
| YUV | 46.26 | 189.93 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 156 | 0.99 | 0.69 | 0 | 0.39 | 221.81 | 0.99 | 0.31 |
| Hex | 1 | 30 | 9C | 63 | 45 | 0 | 27 | DE | 63 | 1F |
| Octal | 1 | 60 | 234 | 143 | 105 | 0 | 47 | 336 | 143 | 37 |
| Binary | 1 | 110000 | 10011100 | 1100011 | 1000101 | 0 | 100111 | 11011110 | 1100011 | 11111 |
Color Harmonies of #01309C
Complementary color
Monochromatic Colors of #01309C
Black with #01309C
Text Example
Text Example
White with #01309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01309C; }
p { color: rgb(1,48,156); }
H1.HeaderClassName
{
color: #01309C;
}
.AnyTagClassName
{
color: #01309C;
}
</style>
background-color css
<style>
a { background-color: #01309C; }
a { background-color: rgb(1,48,156); }
div.DivClassName
{
background-color: #01309C;
}
.BgClassName
{
background-color: #01309C;
}
</style>
border-color css
<style>
span { border-color: #01309C; }
span { border-color: rgb(1,48,156); }
td.TdClassName
{
border-color: #01309C;
}
.TagClassName
{
border-color: #01309C;
}
</style>