Shades of Smalt #01238D
Tints of Smalt #01238D
RGB
CMYK
RGB Variations
Color information
#01238D (or 0x01238D) is known color: Smalt. HEX triplet: 01, 23 and 8D. RGB value is (1,35,141). Sum of RGB (Red+Green+Blue) = 1+35+141=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #01238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01238D is #FEDC72. Grayscale: #242424. Windows color (decimal): -16702579 or 9249537. OLE color: 9249537.
HSL color Cylindrical-coordinate representation of color #01238D: hue angle of 225.43º 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 #01238D is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 35 | 141 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.45 |
| HSL | 225.43º | 0.99% | 0.28% | - |
| HSV(B) | 225.43º | 0.99% | 0.55% | - |
| XYZ | 5.42 | 3.13 | 25.52 | - |
| YUV | 36.92 | 186.74 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 141 | 0.99 | 0.75 | 0 | 0.45 | 225.43 | 0.99 | 0.28 |
| Hex | 1 | 23 | 8D | 63 | 4B | 0 | 2D | E1 | 63 | 1C |
| Octal | 1 | 43 | 215 | 143 | 113 | 0 | 55 | 341 | 143 | 34 |
| Binary | 1 | 100011 | 10001101 | 1100011 | 1001011 | 0 | 101101 | 11100001 | 1100011 | 11100 |
Color Harmonies of #01238D
Complementary color
Monochromatic Colors of #01238D
Black with #01238D
Text Example
Text Example
White with #01238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01238D; }
p { color: rgb(1,35,141); }
H1.HeaderClassName
{
color: #01238D;
}
.AnyTagClassName
{
color: #01238D;
}
</style>
background-color css
<style>
a { background-color: #01238D; }
a { background-color: rgb(1,35,141); }
div.DivClassName
{
background-color: #01238D;
}
.BgClassName
{
background-color: #01238D;
}
</style>
border-color css
<style>
span { border-color: #01238D; }
span { border-color: rgb(1,35,141); }
td.TdClassName
{
border-color: #01238D;
}
.TagClassName
{
border-color: #01238D;
}
</style>