Shades of Dark Blue #00028E
Tints of Dark Blue #00028E
RGB
CMYK
RGB Variations
Color information
#00028E (or 0x00028E) is known color: Dark Blue. HEX triplet: 00, 02 and 8E. RGB value is (0,2,142). Sum of RGB (Red+Green+Blue) = 0+2+142=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 142 (55.86% from 255 or 98.61% from 144); Max value from RGB is 142 - color contains mainly: blue. Hex color #00028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00028E is #FFFD71. Grayscale: #101010. Windows color (decimal): -16776562 or 9306624. OLE color: 9306624.
HSL color Cylindrical-coordinate representation of color #00028E: hue angle of 239.15º 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 #00028E is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 2 | 142 | - |
| CMYK | 1 | 0.99 | 0 | 0.44 |
| HSL | 239.15º | 1% | 0.28% | - |
| HSV(B) | 239.15º | 1% | 0.56% | - |
| XYZ | 4.9 | 2 | 25.72 | - |
| YUV | 17.36 | 198.34 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 142 | 1 | 0.99 | 0 | 0.44 | 239.15 | 1 | 0.28 |
| Hex | 0 | 2 | 8E | 64 | 63 | 0 | 2C | EF | 64 | 1C |
| Octal | 0 | 2 | 216 | 144 | 143 | 0 | 54 | 357 | 144 | 34 |
| Binary | 0 | 10 | 10001110 | 1100100 | 1100011 | 0 | 101100 | 11101111 | 1100100 | 11100 |
Color Harmonies of #00028E
Complementary color
Monochromatic Colors of #00028E
Black with #00028E
Text Example
Text Example
White with #00028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00028E; }
p { color: rgb(0,2,142); }
H1.HeaderClassName
{
color: #00028E;
}
.AnyTagClassName
{
color: #00028E;
}
</style>
background-color css
<style>
a { background-color: #00028E; }
a { background-color: rgb(0,2,142); }
div.DivClassName
{
background-color: #00028E;
}
.BgClassName
{
background-color: #00028E;
}
</style>
border-color css
<style>
span { border-color: #00028E; }
span { border-color: rgb(0,2,142); }
td.TdClassName
{
border-color: #00028E;
}
.TagClassName
{
border-color: #00028E;
}
</style>