Shades of Dark Blue #00158D
Tints of Dark Blue #00158D
RGB
CMYK
RGB Variations
Color information
#00158D (or 0x00158D) is known color: Dark Blue. HEX triplet: 00, 15 and 8D. RGB value is (0,21,141). Sum of RGB (Red+Green+Blue) = 0+21+141=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #00158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00158D is #FFEA72. Grayscale: #1B1B1B. Windows color (decimal): -16771699 or 9245952. OLE color: 9245952.
HSL color Cylindrical-coordinate representation of color #00158D: hue angle of 231.06º 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 #00158D is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 21 | 141 | - |
| CMYK | 1 | 0.85 | 0 | 0.45 |
| HSL | 231.06º | 1% | 0.28% | - |
| HSV(B) | 231.06º | 1% | 0.55% | - |
| XYZ | 5.08 | 2.46 | 25.41 | - |
| YUV | 28.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 141 | 1 | 0.85 | 0 | 0.45 | 231.06 | 1 | 0.28 |
| Hex | 0 | 15 | 8D | 64 | 55 | 0 | 2D | E7 | 64 | 1C |
| Octal | 0 | 25 | 215 | 144 | 125 | 0 | 55 | 347 | 144 | 34 |
| Binary | 0 | 10101 | 10001101 | 1100100 | 1010101 | 0 | 101101 | 11100111 | 1100100 | 11100 |
Color Harmonies of #00158D
Complementary color
Monochromatic Colors of #00158D
Black with #00158D
Text Example
Text Example
White with #00158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00158D; }
p { color: rgb(0,21,141); }
H1.HeaderClassName
{
color: #00158D;
}
.AnyTagClassName
{
color: #00158D;
}
</style>
background-color css
<style>
a { background-color: #00158D; }
a { background-color: rgb(0,21,141); }
div.DivClassName
{
background-color: #00158D;
}
.BgClassName
{
background-color: #00158D;
}
</style>
border-color css
<style>
span { border-color: #00158D; }
span { border-color: rgb(0,21,141); }
td.TdClassName
{
border-color: #00158D;
}
.TagClassName
{
border-color: #00158D;
}
</style>