Shades of Smalt #002B8C
Tints of Smalt #002B8C
RGB
CMYK
RGB Variations
Color information
#002B8C (or 0x002B8C) is known color: Smalt. HEX triplet: 00, 2B and 8C. RGB value is (0,43,140). Sum of RGB (Red+Green+Blue) = 0+43+140=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #002B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B8C is #FFD473. Grayscale: #282828. Windows color (decimal): -16766068 or 9186048. OLE color: 9186048.
HSL color Cylindrical-coordinate representation of color #002B8C: hue angle of 221.57º 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 #002B8C is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 43 | 140 | - |
| CMYK | 1 | 0.69 | 0 | 0.45 |
| HSL | 221.57º | 1% | 0.27% | - |
| HSV(B) | 221.57º | 1% | 0.55% | - |
| XYZ | 5.6 | 3.62 | 25.21 | - |
| YUV | 41.2 | 183.75 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 140 | 1 | 0.69 | 0 | 0.45 | 221.57 | 1 | 0.27 |
| Hex | 0 | 2B | 8C | 64 | 45 | 0 | 2D | DE | 64 | 1B |
| Octal | 0 | 53 | 214 | 144 | 105 | 0 | 55 | 336 | 144 | 33 |
| Binary | 0 | 101011 | 10001100 | 1100100 | 1000101 | 0 | 101101 | 11011110 | 1100100 | 11011 |
Color Harmonies of #002B8C
Complementary color
Monochromatic Colors of #002B8C
Black with #002B8C
Text Example
Text Example
White with #002B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B8C; }
p { color: rgb(0,43,140); }
H1.HeaderClassName
{
color: #002B8C;
}
.AnyTagClassName
{
color: #002B8C;
}
</style>
background-color css
<style>
a { background-color: #002B8C; }
a { background-color: rgb(0,43,140); }
div.DivClassName
{
background-color: #002B8C;
}
.BgClassName
{
background-color: #002B8C;
}
</style>
border-color css
<style>
span { border-color: #002B8C; }
span { border-color: rgb(0,43,140); }
td.TdClassName
{
border-color: #002B8C;
}
.TagClassName
{
border-color: #002B8C;
}
</style>