Shades of Dark Blue #00118B
Tints of Dark Blue #00118B
RGB
CMYK
RGB Variations
Color information
#00118B (or 0x00118B) is known color: Dark Blue. HEX triplet: 00, 11 and 8B. RGB value is (0,17,139). Sum of RGB (Red+Green+Blue) = 0+17+139=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 139 (54.69% from 255 or 89.10% from 156); Max value from RGB is 139 - color contains mainly: blue. Hex color #00118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00118B is #FFEE74. Grayscale: #191919. Windows color (decimal): -16772725 or 9113856. OLE color: 9113856.
HSL color Cylindrical-coordinate representation of color #00118B: hue angle of 232.66º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00118B is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 17 | 139 | - |
| CMYK | 1 | 0.88 | 0 | 0.45 |
| HSL | 232.66º | 1% | 0.27% | - |
| HSV(B) | 232.66º | 1% | 0.55% | - |
| XYZ | 4.86 | 2.26 | 24.61 | - |
| YUV | 25.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 139 | 1 | 0.88 | 0 | 0.45 | 232.66 | 1 | 0.27 |
| Hex | 0 | 11 | 8B | 64 | 58 | 0 | 2D | E9 | 64 | 1B |
| Octal | 0 | 21 | 213 | 144 | 130 | 0 | 55 | 351 | 144 | 33 |
| Binary | 0 | 10001 | 10001011 | 1100100 | 1011000 | 0 | 101101 | 11101001 | 1100100 | 11011 |
Color Harmonies of #00118B
Complementary color
Monochromatic Colors of #00118B
Black with #00118B
Text Example
Text Example
White with #00118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00118B; }
p { color: rgb(0,17,139); }
H1.HeaderClassName
{
color: #00118B;
}
.AnyTagClassName
{
color: #00118B;
}
</style>
background-color css
<style>
a { background-color: #00118B; }
a { background-color: rgb(0,17,139); }
div.DivClassName
{
background-color: #00118B;
}
.BgClassName
{
background-color: #00118B;
}
</style>
border-color css
<style>
span { border-color: #00118B; }
span { border-color: rgb(0,17,139); }
td.TdClassName
{
border-color: #00118B;
}
.TagClassName
{
border-color: #00118B;
}
</style>