Shades of Dark Blue #00008D
Tints of Dark Blue #00008D
RGB
CMYK
RGB Variations
Color information
#00008D (or 0x00008D) is known color: Dark Blue. HEX triplet: 00, 00 and 8D. RGB value is (0,0,141). Sum of RGB (Red+Green+Blue) = 0+0+141=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 141 (55.47% from 255 or 100% from 141); Max value from RGB is 141 - color contains mainly: blue. Hex color #00008D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00008D is #FFFF72. Grayscale: #0F0F0F. Windows color (decimal): -16777075 or 9240576. OLE color: 9240576.
HSL color Cylindrical-coordinate representation of color #00008D: hue angle of 240º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00008D is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 0 | 141 | - |
| CMYK | 1 | 1 | 0 | 0.45 |
| HSL | 240º | 1% | 0.28% | - |
| HSV(B) | 240º | 1% | 0.55% | - |
| XYZ | 4.81 | 1.92 | 25.32 | - |
| YUV | 16.07 | 198.5 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 141 | 1 | 1 | 0 | 0.45 | 240 | 1 | 0.28 |
| Hex | 0 | 0 | 8D | 64 | 64 | 0 | 2D | F0 | 64 | 1C |
| Octal | 0 | 0 | 215 | 144 | 144 | 0 | 55 | 360 | 144 | 34 |
| Binary | 0 | 0 | 10001101 | 1100100 | 1100100 | 0 | 101101 | 11110000 | 1100100 | 11100 |
Color Harmonies of #00008D
Complementary color
Monochromatic Colors of #00008D
Black with #00008D
Text Example
Text Example
White with #00008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00008D; }
p { color: rgb(0,0,141); }
H1.HeaderClassName
{
color: #00008D;
}
.AnyTagClassName
{
color: #00008D;
}
</style>
background-color css
<style>
a { background-color: #00008D; }
a { background-color: rgb(0,0,141); }
div.DivClassName
{
background-color: #00008D;
}
.BgClassName
{
background-color: #00008D;
}
</style>
border-color css
<style>
span { border-color: #00008D; }
span { border-color: rgb(0,0,141); }
td.TdClassName
{
border-color: #00008D;
}
.TagClassName
{
border-color: #00008D;
}
</style>