Shades of Smalt #00288B
Tints of Smalt #00288B
RGB
CMYK
RGB Variations
Color information
#00288B (or 0x00288B) is known color: Smalt. HEX triplet: 00, 28 and 8B. RGB value is (0,40,139). Sum of RGB (Red+Green+Blue) = 0+40+139=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #00288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00288B is #FFD774. Grayscale: #262626. Windows color (decimal): -16766837 or 9119744. OLE color: 9119744.
HSL color Cylindrical-coordinate representation of color #00288B: hue angle of 222.73º 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 #00288B is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 40 | 139 | - |
| CMYK | 1 | 0.71 | 0 | 0.45 |
| HSL | 222.73º | 1% | 0.27% | - |
| HSV(B) | 222.73º | 1% | 0.55% | - |
| XYZ | 5.42 | 3.38 | 24.79 | - |
| YUV | 39.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 139 | 1 | 0.71 | 0 | 0.45 | 222.73 | 1 | 0.27 |
| Hex | 0 | 28 | 8B | 64 | 47 | 0 | 2D | DF | 64 | 1B |
| Octal | 0 | 50 | 213 | 144 | 107 | 0 | 55 | 337 | 144 | 33 |
| Binary | 0 | 101000 | 10001011 | 1100100 | 1000111 | 0 | 101101 | 11011111 | 1100100 | 11011 |
Color Harmonies of #00288B
Complementary color
Monochromatic Colors of #00288B
Black with #00288B
Text Example
Text Example
White with #00288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00288B; }
p { color: rgb(0,40,139); }
H1.HeaderClassName
{
color: #00288B;
}
.AnyTagClassName
{
color: #00288B;
}
</style>
background-color css
<style>
a { background-color: #00288B; }
a { background-color: rgb(0,40,139); }
div.DivClassName
{
background-color: #00288B;
}
.BgClassName
{
background-color: #00288B;
}
</style>
border-color css
<style>
span { border-color: #00288B; }
span { border-color: rgb(0,40,139); }
td.TdClassName
{
border-color: #00288B;
}
.TagClassName
{
border-color: #00288B;
}
</style>