Shades of Dark Blue #001592
Tints of Dark Blue #001592
RGB
CMYK
RGB Variations
Color information
#001592 (or 0x001592) is known color: Dark Blue. HEX triplet: 00, 15 and 92. RGB value is (0,21,146). Sum of RGB (Red+Green+Blue) = 0+21+146=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #001592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001592 is #FFEA6D. Grayscale: #1C1C1C. Windows color (decimal): -16771694 or 9573632. OLE color: 9573632.
HSL color Cylindrical-coordinate representation of color #001592: hue angle of 231.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001592 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 21 | 146 | - |
| CMYK | 1 | 0.86 | 0 | 0.43 |
| HSL | 231.37º | 1% | 0.29% | - |
| HSV(B) | 231.37º | 1% | 0.57% | - |
| XYZ | 5.46 | 2.61 | 27.41 | - |
| YUV | 28.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 146 | 1 | 0.86 | 0 | 0.43 | 231.37 | 1 | 0.29 |
| Hex | 0 | 15 | 92 | 64 | 56 | 0 | 2B | E7 | 64 | 1D |
| Octal | 0 | 25 | 222 | 144 | 126 | 0 | 53 | 347 | 144 | 35 |
| Binary | 0 | 10101 | 10010010 | 1100100 | 1010110 | 0 | 101011 | 11100111 | 1100100 | 11101 |
Color Harmonies of #001592
Complementary color
Monochromatic Colors of #001592
Black with #001592
Text Example
Text Example
White with #001592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001592; }
p { color: rgb(0,21,146); }
H1.HeaderClassName
{
color: #001592;
}
.AnyTagClassName
{
color: #001592;
}
</style>
background-color css
<style>
a { background-color: #001592; }
a { background-color: rgb(0,21,146); }
div.DivClassName
{
background-color: #001592;
}
.BgClassName
{
background-color: #001592;
}
</style>
border-color css
<style>
span { border-color: #001592; }
span { border-color: rgb(0,21,146); }
td.TdClassName
{
border-color: #001592;
}
.TagClassName
{
border-color: #001592;
}
</style>