Shades of Dark Blue #00138D
Tints of Dark Blue #00138D
RGB
CMYK
RGB Variations
Color information
#00138D (or 0x00138D) is known color: Dark Blue. HEX triplet: 00, 13 and 8D. RGB value is (0,19,141). Sum of RGB (Red+Green+Blue) = 0+19+141=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 141 (55.47% from 255 or 88.12% from 160); Max value from RGB is 141 - color contains mainly: blue. Hex color #00138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00138D is #FFEC72. Grayscale: #1A1A1A. Windows color (decimal): -16772211 or 9245440. OLE color: 9245440.
HSL color Cylindrical-coordinate representation of color #00138D: hue angle of 231.91º 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 #00138D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 19 | 141 | - |
| CMYK | 1 | 0.87 | 0 | 0.45 |
| HSL | 231.91º | 1% | 0.28% | - |
| HSV(B) | 231.91º | 1% | 0.55% | - |
| XYZ | 5.04 | 2.39 | 25.39 | - |
| YUV | 27.23 | 192.21 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 141 | 1 | 0.87 | 0 | 0.45 | 231.91 | 1 | 0.28 |
| Hex | 0 | 13 | 8D | 64 | 57 | 0 | 2D | E8 | 64 | 1C |
| Octal | 0 | 23 | 215 | 144 | 127 | 0 | 55 | 350 | 144 | 34 |
| Binary | 0 | 10011 | 10001101 | 1100100 | 1010111 | 0 | 101101 | 11101000 | 1100100 | 11100 |
Color Harmonies of #00138D
Complementary color
Monochromatic Colors of #00138D
Black with #00138D
Text Example
Text Example
White with #00138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00138D; }
p { color: rgb(0,19,141); }
H1.HeaderClassName
{
color: #00138D;
}
.AnyTagClassName
{
color: #00138D;
}
</style>
background-color css
<style>
a { background-color: #00138D; }
a { background-color: rgb(0,19,141); }
div.DivClassName
{
background-color: #00138D;
}
.BgClassName
{
background-color: #00138D;
}
</style>
border-color css
<style>
span { border-color: #00138D; }
span { border-color: rgb(0,19,141); }
td.TdClassName
{
border-color: #00138D;
}
.TagClassName
{
border-color: #00138D;
}
</style>