Shades of Dark Blue #01178D
Tints of Dark Blue #01178D
RGB
CMYK
RGB Variations
Color information
#01178D (or 0x01178D) is known color: Dark Blue. HEX triplet: 01, 17 and 8D. RGB value is (1,23,141). Sum of RGB (Red+Green+Blue) = 1+23+141=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #01178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01178D is #FEE872. Grayscale: #1D1D1D. Windows color (decimal): -16705651 or 9246465. OLE color: 9246465.
HSL color Cylindrical-coordinate representation of color #01178D: hue angle of 230.57º 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 #01178D is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 23 | 141 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.45 |
| HSL | 230.57º | 0.99% | 0.28% | - |
| HSV(B) | 230.57º | 0.99% | 0.55% | - |
| XYZ | 5.13 | 2.54 | 25.42 | - |
| YUV | 29.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 141 | 0.99 | 0.84 | 0 | 0.45 | 230.57 | 0.99 | 0.28 |
| Hex | 1 | 17 | 8D | 63 | 54 | 0 | 2D | E7 | 63 | 1C |
| Octal | 1 | 27 | 215 | 143 | 124 | 0 | 55 | 347 | 143 | 34 |
| Binary | 1 | 10111 | 10001101 | 1100011 | 1010100 | 0 | 101101 | 11100111 | 1100011 | 11100 |
Color Harmonies of #01178D
Complementary color
Monochromatic Colors of #01178D
Black with #01178D
Text Example
Text Example
White with #01178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01178D; }
p { color: rgb(1,23,141); }
H1.HeaderClassName
{
color: #01178D;
}
.AnyTagClassName
{
color: #01178D;
}
</style>
background-color css
<style>
a { background-color: #01178D; }
a { background-color: rgb(1,23,141); }
div.DivClassName
{
background-color: #01178D;
}
.BgClassName
{
background-color: #01178D;
}
</style>
border-color css
<style>
span { border-color: #01178D; }
span { border-color: rgb(1,23,141); }
td.TdClassName
{
border-color: #01178D;
}
.TagClassName
{
border-color: #01178D;
}
</style>