Shades of Smalt #00288F
Tints of Smalt #00288F
RGB
CMYK
RGB Variations
Color information
#00288F (or 0x00288F) is known color: Smalt. HEX triplet: 00, 28 and 8F. RGB value is (0,40,143). Sum of RGB (Red+Green+Blue) = 0+40+143=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #00288F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00288F is #FFD770. Grayscale: #272727. Windows color (decimal): -16766833 or 9381888. OLE color: 9381888.
HSL color Cylindrical-coordinate representation of color #00288F: hue angle of 223.22º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00288F is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 40 | 143 | - |
| CMYK | 1 | 0.72 | 0 | 0.44 |
| HSL | 223.22º | 1% | 0.28% | - |
| HSV(B) | 223.22º | 1% | 0.56% | - |
| XYZ | 5.72 | 3.5 | 26.36 | - |
| YUV | 39.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 143 | 1 | 0.72 | 0 | 0.44 | 223.22 | 1 | 0.28 |
| Hex | 0 | 28 | 8F | 64 | 48 | 0 | 2C | DF | 64 | 1C |
| Octal | 0 | 50 | 217 | 144 | 110 | 0 | 54 | 337 | 144 | 34 |
| Binary | 0 | 101000 | 10001111 | 1100100 | 1001000 | 0 | 101100 | 11011111 | 1100100 | 11100 |
Color Harmonies of #00288F
Complementary color
Monochromatic Colors of #00288F
Black with #00288F
Text Example
Text Example
White with #00288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00288F; }
p { color: rgb(0,40,143); }
H1.HeaderClassName
{
color: #00288F;
}
.AnyTagClassName
{
color: #00288F;
}
</style>
background-color css
<style>
a { background-color: #00288F; }
a { background-color: rgb(0,40,143); }
div.DivClassName
{
background-color: #00288F;
}
.BgClassName
{
background-color: #00288F;
}
</style>
border-color css
<style>
span { border-color: #00288F; }
span { border-color: rgb(0,40,143); }
td.TdClassName
{
border-color: #00288F;
}
.TagClassName
{
border-color: #00288F;
}
</style>