Shades of Dark Blue #000D8F
Tints of Dark Blue #000D8F
RGB
CMYK
RGB Variations
Color information
#000D8F (or 0x000D8F) is known color: Dark Blue. HEX triplet: 00, 0D and 8F. RGB value is (0,13,143). Sum of RGB (Red+Green+Blue) = 0+13+143=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 143 (56.25% from 255 or 91.67% from 156); Max value from RGB is 143 - color contains mainly: blue. Hex color #000D8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D8F is #FFF270. Grayscale: #171717. Windows color (decimal): -16773745 or 9374976. OLE color: 9374976.
HSL color Cylindrical-coordinate representation of color #000D8F: hue angle of 234.55º 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 #000D8F is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 13 | 143 | - |
| CMYK | 1 | 0.91 | 0 | 0.44 |
| HSL | 234.55º | 1% | 0.28% | - |
| HSV(B) | 234.55º | 1% | 0.56% | - |
| XYZ | 5.1 | 2.27 | 26.16 | - |
| YUV | 23.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 143 | 1 | 0.91 | 0 | 0.44 | 234.55 | 1 | 0.28 |
| Hex | 0 | D | 8F | 64 | 5B | 0 | 2C | EB | 64 | 1C |
| Octal | 0 | 15 | 217 | 144 | 133 | 0 | 54 | 353 | 144 | 34 |
| Binary | 0 | 1101 | 10001111 | 1100100 | 1011011 | 0 | 101100 | 11101011 | 1100100 | 11100 |
Color Harmonies of #000D8F
Complementary color
Monochromatic Colors of #000D8F
Black with #000D8F
Text Example
Text Example
White with #000D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D8F; }
p { color: rgb(0,13,143); }
H1.HeaderClassName
{
color: #000D8F;
}
.AnyTagClassName
{
color: #000D8F;
}
</style>
background-color css
<style>
a { background-color: #000D8F; }
a { background-color: rgb(0,13,143); }
div.DivClassName
{
background-color: #000D8F;
}
.BgClassName
{
background-color: #000D8F;
}
</style>
border-color css
<style>
span { border-color: #000D8F; }
span { border-color: rgb(0,13,143); }
td.TdClassName
{
border-color: #000D8F;
}
.TagClassName
{
border-color: #000D8F;
}
</style>