Shades of Dark Blue #01148D
Tints of Dark Blue #01148D
RGB
CMYK
RGB Variations
Color information
#01148D (or 0x01148D) is known color: Dark Blue. HEX triplet: 01, 14 and 8D. RGB value is (1,20,141). Sum of RGB (Red+Green+Blue) = 1+20+141=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #01148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01148D is #FEEB72. Grayscale: #1B1B1B. Windows color (decimal): -16706419 or 9245697. OLE color: 9245697.
HSL color Cylindrical-coordinate representation of color #01148D: hue angle of 231.86º 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 #01148D is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 20 | 141 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.45 |
| HSL | 231.86º | 0.99% | 0.28% | - |
| HSV(B) | 231.86º | 0.99% | 0.55% | - |
| XYZ | 5.07 | 2.43 | 25.4 | - |
| YUV | 28.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 141 | 0.99 | 0.86 | 0 | 0.45 | 231.86 | 0.99 | 0.28 |
| Hex | 1 | 14 | 8D | 63 | 56 | 0 | 2D | E8 | 63 | 1C |
| Octal | 1 | 24 | 215 | 143 | 126 | 0 | 55 | 350 | 143 | 34 |
| Binary | 1 | 10100 | 10001101 | 1100011 | 1010110 | 0 | 101101 | 11101000 | 1100011 | 11100 |
Color Harmonies of #01148D
Complementary color
Monochromatic Colors of #01148D
Black with #01148D
Text Example
Text Example
White with #01148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01148D; }
p { color: rgb(1,20,141); }
H1.HeaderClassName
{
color: #01148D;
}
.AnyTagClassName
{
color: #01148D;
}
</style>
background-color css
<style>
a { background-color: #01148D; }
a { background-color: rgb(1,20,141); }
div.DivClassName
{
background-color: #01148D;
}
.BgClassName
{
background-color: #01148D;
}
</style>
border-color css
<style>
span { border-color: #01148D; }
span { border-color: rgb(1,20,141); }
td.TdClassName
{
border-color: #01148D;
}
.TagClassName
{
border-color: #01148D;
}
</style>