Shades of Smalt #01228C
Tints of Smalt #01228C
RGB
CMYK
RGB Variations
Color information
#01228C (or 0x01228C) is known color: Smalt. HEX triplet: 01, 22 and 8C. RGB value is (1,34,140). Sum of RGB (Red+Green+Blue) = 1+34+140=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #01228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01228C is #FEDD73. Grayscale: #232323. Windows color (decimal): -16702836 or 9183745. OLE color: 9183745.
HSL color Cylindrical-coordinate representation of color #01228C: hue angle of 225.76º 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 #01228C is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 34 | 140 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.45 |
| HSL | 225.76º | 0.99% | 0.28% | - |
| HSV(B) | 225.76º | 0.99% | 0.55% | - |
| XYZ | 5.32 | 3.04 | 25.12 | - |
| YUV | 36.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 140 | 0.99 | 0.76 | 0 | 0.45 | 225.76 | 0.99 | 0.28 |
| Hex | 1 | 22 | 8C | 63 | 4C | 0 | 2D | E2 | 63 | 1C |
| Octal | 1 | 42 | 214 | 143 | 114 | 0 | 55 | 342 | 143 | 34 |
| Binary | 1 | 100010 | 10001100 | 1100011 | 1001100 | 0 | 101101 | 11100010 | 1100011 | 11100 |
Color Harmonies of #01228C
Complementary color
Monochromatic Colors of #01228C
Black with #01228C
Text Example
Text Example
White with #01228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01228C; }
p { color: rgb(1,34,140); }
H1.HeaderClassName
{
color: #01228C;
}
.AnyTagClassName
{
color: #01228C;
}
</style>
background-color css
<style>
a { background-color: #01228C; }
a { background-color: rgb(1,34,140); }
div.DivClassName
{
background-color: #01228C;
}
.BgClassName
{
background-color: #01228C;
}
</style>
border-color css
<style>
span { border-color: #01228C; }
span { border-color: rgb(1,34,140); }
td.TdClassName
{
border-color: #01228C;
}
.TagClassName
{
border-color: #01228C;
}
</style>