Shades of Dark Blue #01118B
Tints of Dark Blue #01118B
RGB
CMYK
RGB Variations
Color information
#01118B (or 0x01118B) is known color: Dark Blue. HEX triplet: 01, 11 and 8B. RGB value is (1,17,139). Sum of RGB (Red+Green+Blue) = 1+17+139=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 139 (54.69% from 255 or 88.54% from 157); Max value from RGB is 139 - color contains mainly: blue. Hex color #01118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01118B is #FEEE74. Grayscale: #191919. Windows color (decimal): -16707189 or 9113857. OLE color: 9113857.
HSL color Cylindrical-coordinate representation of color #01118B: hue angle of 233.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01118B is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 17 | 139 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.45 |
| HSL | 233.04º | 0.99% | 0.27% | - |
| HSV(B) | 233.04º | 0.99% | 0.55% | - |
| XYZ | 4.87 | 2.27 | 24.61 | - |
| YUV | 26.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 139 | 0.99 | 0.88 | 0 | 0.45 | 233.04 | 0.99 | 0.27 |
| Hex | 1 | 11 | 8B | 63 | 58 | 0 | 2D | E9 | 63 | 1B |
| Octal | 1 | 21 | 213 | 143 | 130 | 0 | 55 | 351 | 143 | 33 |
| Binary | 1 | 10001 | 10001011 | 1100011 | 1011000 | 0 | 101101 | 11101001 | 1100011 | 11011 |
Color Harmonies of #01118B
Complementary color
Monochromatic Colors of #01118B
Black with #01118B
Text Example
Text Example
White with #01118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01118B; }
p { color: rgb(1,17,139); }
H1.HeaderClassName
{
color: #01118B;
}
.AnyTagClassName
{
color: #01118B;
}
</style>
background-color css
<style>
a { background-color: #01118B; }
a { background-color: rgb(1,17,139); }
div.DivClassName
{
background-color: #01118B;
}
.BgClassName
{
background-color: #01118B;
}
</style>
border-color css
<style>
span { border-color: #01118B; }
span { border-color: rgb(1,17,139); }
td.TdClassName
{
border-color: #01118B;
}
.TagClassName
{
border-color: #01118B;
}
</style>