Shades of Smalt #001B89
Tints of Smalt #001B89
RGB
CMYK
RGB Variations
Color information
#001B89 (or 0x001B89) is known color: Smalt. HEX triplet: 00, 1B and 89. RGB value is (0,27,137). Sum of RGB (Red+Green+Blue) = 0+27+137=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 137 (53.91% from 255 or 83.54% from 164); Max value from RGB is 137 - color contains mainly: blue. Hex color #001B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B89 is #FFE476. Grayscale: #1F1F1F. Windows color (decimal): -16770167 or 8985344. OLE color: 8985344.
HSL color Cylindrical-coordinate representation of color #001B89: hue angle of 228.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B89 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 27 | 137 | - |
| CMYK | 1 | 0.80 | 0 | 0.46 |
| HSL | 228.18º | 1% | 0.27% | - |
| HSV(B) | 228.18º | 1% | 0.54% | - |
| XYZ | 4.91 | 2.59 | 23.91 | - |
| YUV | 31.47 | 187.55 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 137 | 1 | 0.80 | 0 | 0.46 | 228.18 | 1 | 0.27 |
| Hex | 0 | 1B | 89 | 64 | 50 | 0 | 2E | E4 | 64 | 1B |
| Octal | 0 | 33 | 211 | 144 | 120 | 0 | 56 | 344 | 144 | 33 |
| Binary | 0 | 11011 | 10001001 | 1100100 | 1010000 | 0 | 101110 | 11100100 | 1100100 | 11011 |
Color Harmonies of #001B89
Complementary color
Monochromatic Colors of #001B89
Black with #001B89
Text Example
Text Example
White with #001B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B89; }
p { color: rgb(0,27,137); }
H1.HeaderClassName
{
color: #001B89;
}
.AnyTagClassName
{
color: #001B89;
}
</style>
background-color css
<style>
a { background-color: #001B89; }
a { background-color: rgb(0,27,137); }
div.DivClassName
{
background-color: #001B89;
}
.BgClassName
{
background-color: #001B89;
}
</style>
border-color css
<style>
span { border-color: #001B89; }
span { border-color: rgb(0,27,137); }
td.TdClassName
{
border-color: #001B89;
}
.TagClassName
{
border-color: #001B89;
}
</style>