Shades of Smalt #01288C
Tints of Smalt #01288C
RGB
CMYK
RGB Variations
Color information
#01288C (or 0x01288C) is known color: Smalt. HEX triplet: 01, 28 and 8C. RGB value is (1,40,140). Sum of RGB (Red+Green+Blue) = 1+40+140=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #01288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01288C is #FED773. Grayscale: #272727. Windows color (decimal): -16701300 or 9185281. OLE color: 9185281.
HSL color Cylindrical-coordinate representation of color #01288C: hue angle of 223.17º 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 #01288C is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 40 | 140 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.45 |
| HSL | 223.17º | 0.99% | 0.28% | - |
| HSV(B) | 223.17º | 0.99% | 0.55% | - |
| XYZ | 5.5 | 3.42 | 25.18 | - |
| YUV | 39.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 140 | 0.99 | 0.71 | 0 | 0.45 | 223.17 | 0.99 | 0.28 |
| Hex | 1 | 28 | 8C | 63 | 47 | 0 | 2D | DF | 63 | 1C |
| Octal | 1 | 50 | 214 | 143 | 107 | 0 | 55 | 337 | 143 | 34 |
| Binary | 1 | 101000 | 10001100 | 1100011 | 1000111 | 0 | 101101 | 11011111 | 1100011 | 11100 |
Color Harmonies of #01288C
Complementary color
Monochromatic Colors of #01288C
Black with #01288C
Text Example
Text Example
White with #01288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01288C; }
p { color: rgb(1,40,140); }
H1.HeaderClassName
{
color: #01288C;
}
.AnyTagClassName
{
color: #01288C;
}
</style>
background-color css
<style>
a { background-color: #01288C; }
a { background-color: rgb(1,40,140); }
div.DivClassName
{
background-color: #01288C;
}
.BgClassName
{
background-color: #01288C;
}
</style>
border-color css
<style>
span { border-color: #01288C; }
span { border-color: rgb(1,40,140); }
td.TdClassName
{
border-color: #01288C;
}
.TagClassName
{
border-color: #01288C;
}
</style>