Shades of Dark Blue #00128E
Tints of Dark Blue #00128E
RGB
CMYK
RGB Variations
Color information
#00128E (or 0x00128E) is known color: Dark Blue. HEX triplet: 00, 12 and 8E. RGB value is (0,18,142). Sum of RGB (Red+Green+Blue) = 0+18+142=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 142 (55.86% from 255 or 88.75% from 160); Max value from RGB is 142 - color contains mainly: blue. Hex color #00128E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00128E is #FFED71. Grayscale: #1A1A1A. Windows color (decimal): -16772466 or 9310720. OLE color: 9310720.
HSL color Cylindrical-coordinate representation of color #00128E: hue angle of 232.39º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00128E is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 18 | 142 | - |
| CMYK | 1 | 0.87 | 0 | 0.44 |
| HSL | 232.39º | 1% | 0.28% | - |
| HSV(B) | 232.39º | 1% | 0.56% | - |
| XYZ | 5.1 | 2.39 | 25.78 | - |
| YUV | 26.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 142 | 1 | 0.87 | 0 | 0.44 | 232.39 | 1 | 0.28 |
| Hex | 0 | 12 | 8E | 64 | 57 | 0 | 2C | E8 | 64 | 1C |
| Octal | 0 | 22 | 216 | 144 | 127 | 0 | 54 | 350 | 144 | 34 |
| Binary | 0 | 10010 | 10001110 | 1100100 | 1010111 | 0 | 101100 | 11101000 | 1100100 | 11100 |
Color Harmonies of #00128E
Complementary color
Monochromatic Colors of #00128E
Black with #00128E
Text Example
Text Example
White with #00128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00128E; }
p { color: rgb(0,18,142); }
H1.HeaderClassName
{
color: #00128E;
}
.AnyTagClassName
{
color: #00128E;
}
</style>
background-color css
<style>
a { background-color: #00128E; }
a { background-color: rgb(0,18,142); }
div.DivClassName
{
background-color: #00128E;
}
.BgClassName
{
background-color: #00128E;
}
</style>
border-color css
<style>
span { border-color: #00128E; }
span { border-color: rgb(0,18,142); }
td.TdClassName
{
border-color: #00128E;
}
.TagClassName
{
border-color: #00128E;
}
</style>