Shades of Dark Blue #00128D
Tints of Dark Blue #00128D
RGB
CMYK
RGB Variations
Color information
#00128D (or 0x00128D) is known color: Dark Blue. HEX triplet: 00, 12 and 8D. RGB value is (0,18,141). Sum of RGB (Red+Green+Blue) = 0+18+141=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #00128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00128D is #FFED72. Grayscale: #1A1A1A. Windows color (decimal): -16772467 or 9245184. OLE color: 9245184.
HSL color Cylindrical-coordinate representation of color #00128D: hue angle of 232.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00128D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 18 | 141 | - |
| CMYK | 1 | 0.87 | 0 | 0.45 |
| HSL | 232.34º | 1% | 0.28% | - |
| HSV(B) | 232.34º | 1% | 0.55% | - |
| XYZ | 5.02 | 2.36 | 25.39 | - |
| YUV | 26.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 141 | 1 | 0.87 | 0 | 0.45 | 232.34 | 1 | 0.28 |
| Hex | 0 | 12 | 8D | 64 | 57 | 0 | 2D | E8 | 64 | 1C |
| Octal | 0 | 22 | 215 | 144 | 127 | 0 | 55 | 350 | 144 | 34 |
| Binary | 0 | 10010 | 10001101 | 1100100 | 1010111 | 0 | 101101 | 11101000 | 1100100 | 11100 |
Color Harmonies of #00128D
Complementary color
Monochromatic Colors of #00128D
Black with #00128D
Text Example
Text Example
White with #00128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00128D; }
p { color: rgb(0,18,141); }
H1.HeaderClassName
{
color: #00128D;
}
.AnyTagClassName
{
color: #00128D;
}
</style>
background-color css
<style>
a { background-color: #00128D; }
a { background-color: rgb(0,18,141); }
div.DivClassName
{
background-color: #00128D;
}
.BgClassName
{
background-color: #00128D;
}
</style>
border-color css
<style>
span { border-color: #00128D; }
span { border-color: rgb(0,18,141); }
td.TdClassName
{
border-color: #00128D;
}
.TagClassName
{
border-color: #00128D;
}
</style>