Shades of Dark Blue #00028C
Tints of Dark Blue #00028C
RGB
CMYK
RGB Variations
Color information
#00028C (or 0x00028C) is known color: Dark Blue. HEX triplet: 00, 02 and 8C. RGB value is (0,2,140). Sum of RGB (Red+Green+Blue) = 0+2+140=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 140 (55.08% from 255 or 98.59% from 142); Max value from RGB is 140 - color contains mainly: blue. Hex color #00028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00028C is #FFFD73. Grayscale: #101010. Windows color (decimal): -16776564 or 9175552. OLE color: 9175552.
HSL color Cylindrical-coordinate representation of color #00028C: hue angle of 239.14º 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 #00028C is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 2 | 140 | - |
| CMYK | 1 | 0.99 | 0 | 0.45 |
| HSL | 239.14º | 1% | 0.27% | - |
| HSV(B) | 239.14º | 1% | 0.55% | - |
| XYZ | 4.76 | 1.94 | 24.93 | - |
| YUV | 17.13 | 197.34 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 140 | 1 | 0.99 | 0 | 0.45 | 239.14 | 1 | 0.27 |
| Hex | 0 | 2 | 8C | 64 | 63 | 0 | 2D | EF | 64 | 1B |
| Octal | 0 | 2 | 214 | 144 | 143 | 0 | 55 | 357 | 144 | 33 |
| Binary | 0 | 10 | 10001100 | 1100100 | 1100011 | 0 | 101101 | 11101111 | 1100100 | 11011 |
Color Harmonies of #00028C
Complementary color
Monochromatic Colors of #00028C
Black with #00028C
Text Example
Text Example
White with #00028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00028C; }
p { color: rgb(0,2,140); }
H1.HeaderClassName
{
color: #00028C;
}
.AnyTagClassName
{
color: #00028C;
}
</style>
background-color css
<style>
a { background-color: #00028C; }
a { background-color: rgb(0,2,140); }
div.DivClassName
{
background-color: #00028C;
}
.BgClassName
{
background-color: #00028C;
}
</style>
border-color css
<style>
span { border-color: #00028C; }
span { border-color: rgb(0,2,140); }
td.TdClassName
{
border-color: #00028C;
}
.TagClassName
{
border-color: #00028C;
}
</style>