Shades of Smalt #001B8D
Tints of Smalt #001B8D
RGB
CMYK
RGB Variations
Color information
#001B8D (or 0x001B8D) is known color: Smalt. HEX triplet: 00, 1B and 8D. RGB value is (0,27,141). Sum of RGB (Red+Green+Blue) = 0+27+141=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #001B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B8D is #FFE472. Grayscale: #1F1F1F. Windows color (decimal): -16770163 or 9247488. OLE color: 9247488.
HSL color Cylindrical-coordinate representation of color #001B8D: hue angle of 228.51º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B8D is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 27 | 141 | - |
| CMYK | 1 | 0.81 | 0 | 0.45 |
| HSL | 228.51º | 1% | 0.28% | - |
| HSV(B) | 228.51º | 1% | 0.55% | - |
| XYZ | 5.2 | 2.71 | 25.45 | - |
| YUV | 31.92 | 189.55 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 141 | 1 | 0.81 | 0 | 0.45 | 228.51 | 1 | 0.28 |
| Hex | 0 | 1B | 8D | 64 | 51 | 0 | 2D | E5 | 64 | 1C |
| Octal | 0 | 33 | 215 | 144 | 121 | 0 | 55 | 345 | 144 | 34 |
| Binary | 0 | 11011 | 10001101 | 1100100 | 1010001 | 0 | 101101 | 11100101 | 1100100 | 11100 |
Color Harmonies of #001B8D
Complementary color
Monochromatic Colors of #001B8D
Black with #001B8D
Text Example
Text Example
White with #001B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B8D; }
p { color: rgb(0,27,141); }
H1.HeaderClassName
{
color: #001B8D;
}
.AnyTagClassName
{
color: #001B8D;
}
</style>
background-color css
<style>
a { background-color: #001B8D; }
a { background-color: rgb(0,27,141); }
div.DivClassName
{
background-color: #001B8D;
}
.BgClassName
{
background-color: #001B8D;
}
</style>
border-color css
<style>
span { border-color: #001B8D; }
span { border-color: rgb(0,27,141); }
td.TdClassName
{
border-color: #001B8D;
}
.TagClassName
{
border-color: #001B8D;
}
</style>