Shades of Dark Blue #01008D
Tints of Dark Blue #01008D
RGB
CMYK
RGB Variations
Color information
#01008D (or 0x01008D) is known color: Dark Blue. HEX triplet: 01, 00 and 8D. RGB value is (1,0,141). Sum of RGB (Red+Green+Blue) = 1+0+141=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 141 (55.47% from 255 or 99.30% from 142); Max value from RGB is 141 - color contains mainly: blue. Hex color #01008D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01008D is #FEFF72. Grayscale: #0F0F0F. Windows color (decimal): -16711539 or 9240577. OLE color: 9240577.
HSL color Cylindrical-coordinate representation of color #01008D: hue angle of 240.43º 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 #01008D is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 0 | 141 | - |
| CMYK | 0.99 | 1 | 0 | 0.45 |
| HSL | 240.43º | 1% | 0.28% | - |
| HSV(B) | 240.43º | 1% | 0.55% | - |
| XYZ | 4.82 | 1.93 | 25.32 | - |
| YUV | 16.37 | 198.33 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 141 | 0.99 | 1 | 0 | 0.45 | 240.43 | 1 | 0.28 |
| Hex | 1 | 0 | 8D | 63 | 64 | 0 | 2D | F0 | 64 | 1C |
| Octal | 1 | 0 | 215 | 143 | 144 | 0 | 55 | 360 | 144 | 34 |
| Binary | 1 | 0 | 10001101 | 1100011 | 1100100 | 0 | 101101 | 11110000 | 1100100 | 11100 |
Color Harmonies of #01008D
Complementary color
Monochromatic Colors of #01008D
Black with #01008D
Text Example
Text Example
White with #01008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01008D; }
p { color: rgb(1,0,141); }
H1.HeaderClassName
{
color: #01008D;
}
.AnyTagClassName
{
color: #01008D;
}
</style>
background-color css
<style>
a { background-color: #01008D; }
a { background-color: rgb(1,0,141); }
div.DivClassName
{
background-color: #01008D;
}
.BgClassName
{
background-color: #01008D;
}
</style>
border-color css
<style>
span { border-color: #01008D; }
span { border-color: rgb(1,0,141); }
td.TdClassName
{
border-color: #01008D;
}
.TagClassName
{
border-color: #01008D;
}
</style>