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