Shades of Dark Blue #02008B
Tints of Dark Blue #02008B
RGB
CMYK
RGB Variations
Color information
#02008B (or 0x02008B) is known color: Dark Blue. HEX triplet: 02, 00 and 8B. RGB value is (2,0,139). Sum of RGB (Red+Green+Blue) = 2+0+139=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 139 (54.69% from 255 or 98.58% from 141); Max value from RGB is 139 - color contains mainly: blue. Hex color #02008B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02008B is #FDFF74. Grayscale: #0F0F0F. Windows color (decimal): -16646005 or 9109506. OLE color: 9109506.
HSL color Cylindrical-coordinate representation of color #02008B: hue angle of 240.86º 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 #02008B is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 0 | 139 | - |
| CMYK | 0.99 | 1 | 0 | 0.45 |
| HSL | 240.86º | 1% | 0.27% | - |
| HSV(B) | 240.86º | 1% | 0.55% | - |
| XYZ | 4.69 | 1.88 | 24.54 | - |
| YUV | 16.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 139 | 0.99 | 1 | 0 | 0.45 | 240.86 | 1 | 0.27 |
| Hex | 2 | 0 | 8B | 63 | 64 | 0 | 2D | F1 | 64 | 1B |
| Octal | 2 | 0 | 213 | 143 | 144 | 0 | 55 | 361 | 144 | 33 |
| Binary | 10 | 0 | 10001011 | 1100011 | 1100100 | 0 | 101101 | 11110001 | 1100100 | 11011 |
Color Harmonies of #02008B
Complementary color
Monochromatic Colors of #02008B
Black with #02008B
Text Example
Text Example
White with #02008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02008B; }
p { color: rgb(2,0,139); }
H1.HeaderClassName
{
color: #02008B;
}
.AnyTagClassName
{
color: #02008B;
}
</style>
background-color css
<style>
a { background-color: #02008B; }
a { background-color: rgb(2,0,139); }
div.DivClassName
{
background-color: #02008B;
}
.BgClassName
{
background-color: #02008B;
}
</style>
border-color css
<style>
span { border-color: #02008B; }
span { border-color: rgb(2,0,139); }
td.TdClassName
{
border-color: #02008B;
}
.TagClassName
{
border-color: #02008B;
}
</style>