Shades of Smalt #01298A
Tints of Smalt #01298A
RGB
CMYK
RGB Variations
Color information
#01298A (or 0x01298A) is known color: Smalt. HEX triplet: 01, 29 and 8A. RGB value is (1,41,138). Sum of RGB (Red+Green+Blue) = 1+41+138=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #01298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01298A is #FED675. Grayscale: #272727. Windows color (decimal): -16701046 or 9054465. OLE color: 9054465.
HSL color Cylindrical-coordinate representation of color #01298A: hue angle of 222.48º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01298A is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 41 | 138 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.46 |
| HSL | 222.48º | 0.99% | 0.27% | - |
| HSV(B) | 222.48º | 0.99% | 0.54% | - |
| XYZ | 5.39 | 3.43 | 24.42 | - |
| YUV | 40.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 138 | 0.99 | 0.70 | 0 | 0.46 | 222.48 | 0.99 | 0.27 |
| Hex | 1 | 29 | 8A | 63 | 46 | 0 | 2E | DE | 63 | 1B |
| Octal | 1 | 51 | 212 | 143 | 106 | 0 | 56 | 336 | 143 | 33 |
| Binary | 1 | 101001 | 10001010 | 1100011 | 1000110 | 0 | 101110 | 11011110 | 1100011 | 11011 |
Color Harmonies of #01298A
Complementary color
Monochromatic Colors of #01298A
Black with #01298A
Text Example
Text Example
White with #01298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01298A; }
p { color: rgb(1,41,138); }
H1.HeaderClassName
{
color: #01298A;
}
.AnyTagClassName
{
color: #01298A;
}
</style>
background-color css
<style>
a { background-color: #01298A; }
a { background-color: rgb(1,41,138); }
div.DivClassName
{
background-color: #01298A;
}
.BgClassName
{
background-color: #01298A;
}
</style>
border-color css
<style>
span { border-color: #01298A; }
span { border-color: rgb(1,41,138); }
td.TdClassName
{
border-color: #01298A;
}
.TagClassName
{
border-color: #01298A;
}
</style>