Shades of Dark Blue #00158B
Tints of Dark Blue #00158B
RGB
CMYK
RGB Variations
Color information
#00158B (or 0x00158B) is known color: Dark Blue. HEX triplet: 00, 15 and 8B. RGB value is (0,21,139). Sum of RGB (Red+Green+Blue) = 0+21+139=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #00158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00158B is #FFEA74. Grayscale: #1B1B1B. Windows color (decimal): -16771701 or 9114880. OLE color: 9114880.
HSL color Cylindrical-coordinate representation of color #00158B: hue angle of 230.94º 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 #00158B is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 21 | 139 | - |
| CMYK | 1 | 0.85 | 0 | 0.45 |
| HSL | 230.94º | 1% | 0.27% | - |
| HSV(B) | 230.94º | 1% | 0.55% | - |
| XYZ | 4.93 | 2.4 | 24.63 | - |
| YUV | 28.17 | 190.54 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 139 | 1 | 0.85 | 0 | 0.45 | 230.94 | 1 | 0.27 |
| Hex | 0 | 15 | 8B | 64 | 55 | 0 | 2D | E7 | 64 | 1B |
| Octal | 0 | 25 | 213 | 144 | 125 | 0 | 55 | 347 | 144 | 33 |
| Binary | 0 | 10101 | 10001011 | 1100100 | 1010101 | 0 | 101101 | 11100111 | 1100100 | 11011 |
Color Harmonies of #00158B
Complementary color
Monochromatic Colors of #00158B
Black with #00158B
Text Example
Text Example
White with #00158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00158B; }
p { color: rgb(0,21,139); }
H1.HeaderClassName
{
color: #00158B;
}
.AnyTagClassName
{
color: #00158B;
}
</style>
background-color css
<style>
a { background-color: #00158B; }
a { background-color: rgb(0,21,139); }
div.DivClassName
{
background-color: #00158B;
}
.BgClassName
{
background-color: #00158B;
}
</style>
border-color css
<style>
span { border-color: #00158B; }
span { border-color: rgb(0,21,139); }
td.TdClassName
{
border-color: #00158B;
}
.TagClassName
{
border-color: #00158B;
}
</style>