Shades of Smalt #001B8C
Tints of Smalt #001B8C
RGB
CMYK
RGB Variations
Color information
#001B8C (or 0x001B8C) is known color: Smalt. HEX triplet: 00, 1B and 8C. RGB value is (0,27,140). Sum of RGB (Red+Green+Blue) = 0+27+140=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #001B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B8C is #FFE473. Grayscale: #1F1F1F. Windows color (decimal): -16770164 or 9181952. OLE color: 9181952.
HSL color Cylindrical-coordinate representation of color #001B8C: hue angle of 228.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B8C is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 27 | 140 | - |
| CMYK | 1 | 0.81 | 0 | 0.45 |
| HSL | 228.43º | 1% | 0.27% | - |
| HSV(B) | 228.43º | 1% | 0.55% | - |
| XYZ | 5.13 | 2.68 | 25.06 | - |
| YUV | 31.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 140 | 1 | 0.81 | 0 | 0.45 | 228.43 | 1 | 0.27 |
| Hex | 0 | 1B | 8C | 64 | 51 | 0 | 2D | E4 | 64 | 1B |
| Octal | 0 | 33 | 214 | 144 | 121 | 0 | 55 | 344 | 144 | 33 |
| Binary | 0 | 11011 | 10001100 | 1100100 | 1010001 | 0 | 101101 | 11100100 | 1100100 | 11011 |
Color Harmonies of #001B8C
Complementary color
Monochromatic Colors of #001B8C
Black with #001B8C
Text Example
Text Example
White with #001B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B8C; }
p { color: rgb(0,27,140); }
H1.HeaderClassName
{
color: #001B8C;
}
.AnyTagClassName
{
color: #001B8C;
}
</style>
background-color css
<style>
a { background-color: #001B8C; }
a { background-color: rgb(0,27,140); }
div.DivClassName
{
background-color: #001B8C;
}
.BgClassName
{
background-color: #001B8C;
}
</style>
border-color css
<style>
span { border-color: #001B8C; }
span { border-color: rgb(0,27,140); }
td.TdClassName
{
border-color: #001B8C;
}
.TagClassName
{
border-color: #001B8C;
}
</style>