Shades of Smalt #01429A
Tints of Smalt #01429A
RGB
CMYK
RGB Variations
Color information
#01429A (or 0x01429A) is known color: Smalt. HEX triplet: 01, 42 and 9A. RGB value is (1,66,154). Sum of RGB (Red+Green+Blue) = 1+66+154=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #01429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01429A is #FEBD65. Grayscale: #383838. Windows color (decimal): -16694630 or 10109441. OLE color: 10109441.
HSL color Cylindrical-coordinate representation of color #01429A: hue angle of 214.51º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01429A is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 66 | 154 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.40 |
| HSL | 214.51º | 0.99% | 0.3% | - |
| HSV(B) | 214.51º | 0.99% | 0.6% | - |
| XYZ | 7.79 | 6.24 | 31.36 | - |
| YUV | 56.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 154 | 0.99 | 0.57 | 0 | 0.40 | 214.51 | 0.99 | 0.3 |
| Hex | 1 | 42 | 9A | 63 | 39 | 0 | 28 | D7 | 63 | 1E |
| Octal | 1 | 102 | 232 | 143 | 71 | 0 | 50 | 327 | 143 | 36 |
| Binary | 1 | 1000010 | 10011010 | 1100011 | 111001 | 0 | 101000 | 11010111 | 1100011 | 11110 |
Color Harmonies of #01429A
Complementary color
Monochromatic Colors of #01429A
Black with #01429A
Text Example
Text Example
White with #01429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01429A; }
p { color: rgb(1,66,154); }
H1.HeaderClassName
{
color: #01429A;
}
.AnyTagClassName
{
color: #01429A;
}
</style>
background-color css
<style>
a { background-color: #01429A; }
a { background-color: rgb(1,66,154); }
div.DivClassName
{
background-color: #01429A;
}
.BgClassName
{
background-color: #01429A;
}
</style>
border-color css
<style>
span { border-color: #01429A; }
span { border-color: rgb(1,66,154); }
td.TdClassName
{
border-color: #01429A;
}
.TagClassName
{
border-color: #01429A;
}
</style>