Shades of Smalt #012288
Tints of Smalt #012288
RGB
CMYK
RGB Variations
Color information
#012288 (or 0x012288) is known color: Smalt. HEX triplet: 01, 22 and 88. RGB value is (1,34,136). Sum of RGB (Red+Green+Blue) = 1+34+136=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 136 (53.52% from 255 or 79.53% from 171); Max value from RGB is 136 - color contains mainly: blue. Hex color #012288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012288 is #FEDD77. Grayscale: #232323. Windows color (decimal): -16702840 or 8921601. OLE color: 8921601.
HSL color Cylindrical-coordinate representation of color #012288: hue angle of 225.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012288 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 34 | 136 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.47 |
| HSL | 225.33º | 0.99% | 0.27% | - |
| HSV(B) | 225.33º | 0.99% | 0.53% | - |
| XYZ | 5.03 | 2.93 | 23.59 | - |
| YUV | 35.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 136 | 0.99 | 0.75 | 0 | 0.47 | 225.33 | 0.99 | 0.27 |
| Hex | 1 | 22 | 88 | 63 | 4B | 0 | 2F | E1 | 63 | 1B |
| Octal | 1 | 42 | 210 | 143 | 113 | 0 | 57 | 341 | 143 | 33 |
| Binary | 1 | 100010 | 10001000 | 1100011 | 1001011 | 0 | 101111 | 11100001 | 1100011 | 11011 |
Color Harmonies of #012288
Complementary color
Monochromatic Colors of #012288
Black with #012288
Text Example
Text Example
White with #012288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012288; }
p { color: rgb(1,34,136); }
H1.HeaderClassName
{
color: #012288;
}
.AnyTagClassName
{
color: #012288;
}
</style>
background-color css
<style>
a { background-color: #012288; }
a { background-color: rgb(1,34,136); }
div.DivClassName
{
background-color: #012288;
}
.BgClassName
{
background-color: #012288;
}
</style>
border-color css
<style>
span { border-color: #012288; }
span { border-color: rgb(1,34,136); }
td.TdClassName
{
border-color: #012288;
}
.TagClassName
{
border-color: #012288;
}
</style>