Shades of Smalt #01288B
Tints of Smalt #01288B
RGB
CMYK
RGB Variations
Color information
#01288B (or 0x01288B) is known color: Smalt. HEX triplet: 01, 28 and 8B. RGB value is (1,40,139). Sum of RGB (Red+Green+Blue) = 1+40+139=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #01288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01288B is #FED774. Grayscale: #272727. Windows color (decimal): -16701301 or 9119745. OLE color: 9119745.
HSL color Cylindrical-coordinate representation of color #01288B: hue angle of 223.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01288B is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 40 | 139 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.45 |
| HSL | 223.04º | 0.99% | 0.27% | - |
| HSV(B) | 223.04º | 0.99% | 0.55% | - |
| XYZ | 5.43 | 3.39 | 24.79 | - |
| YUV | 39.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 139 | 0.99 | 0.71 | 0 | 0.45 | 223.04 | 0.99 | 0.27 |
| Hex | 1 | 28 | 8B | 63 | 47 | 0 | 2D | DF | 63 | 1B |
| Octal | 1 | 50 | 213 | 143 | 107 | 0 | 55 | 337 | 143 | 33 |
| Binary | 1 | 101000 | 10001011 | 1100011 | 1000111 | 0 | 101101 | 11011111 | 1100011 | 11011 |
Color Harmonies of #01288B
Complementary color
Monochromatic Colors of #01288B
Black with #01288B
Text Example
Text Example
White with #01288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01288B; }
p { color: rgb(1,40,139); }
H1.HeaderClassName
{
color: #01288B;
}
.AnyTagClassName
{
color: #01288B;
}
</style>
background-color css
<style>
a { background-color: #01288B; }
a { background-color: rgb(1,40,139); }
div.DivClassName
{
background-color: #01288B;
}
.BgClassName
{
background-color: #01288B;
}
</style>
border-color css
<style>
span { border-color: #01288B; }
span { border-color: rgb(1,40,139); }
td.TdClassName
{
border-color: #01288B;
}
.TagClassName
{
border-color: #01288B;
}
</style>