Shades of Dark Blue #001392
Tints of Dark Blue #001392
RGB
CMYK
RGB Variations
Color information
#001392 (or 0x001392) is known color: Dark Blue. HEX triplet: 00, 13 and 92. RGB value is (0,19,146). Sum of RGB (Red+Green+Blue) = 0+19+146=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #001392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001392 is #FFEC6D. Grayscale: #1B1B1B. Windows color (decimal): -16772206 or 9573120. OLE color: 9573120.
HSL color Cylindrical-coordinate representation of color #001392: hue angle of 232.19º 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 #001392 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 19 | 146 | - |
| CMYK | 1 | 0.87 | 0 | 0.43 |
| HSL | 232.19º | 1% | 0.29% | - |
| HSV(B) | 232.19º | 1% | 0.57% | - |
| XYZ | 5.42 | 2.54 | 27.4 | - |
| YUV | 27.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 146 | 1 | 0.87 | 0 | 0.43 | 232.19 | 1 | 0.29 |
| Hex | 0 | 13 | 92 | 64 | 57 | 0 | 2B | E8 | 64 | 1D |
| Octal | 0 | 23 | 222 | 144 | 127 | 0 | 53 | 350 | 144 | 35 |
| Binary | 0 | 10011 | 10010010 | 1100100 | 1010111 | 0 | 101011 | 11101000 | 1100100 | 11101 |
Color Harmonies of #001392
Complementary color
Monochromatic Colors of #001392
Black with #001392
Text Example
Text Example
White with #001392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001392; }
p { color: rgb(0,19,146); }
H1.HeaderClassName
{
color: #001392;
}
.AnyTagClassName
{
color: #001392;
}
</style>
background-color css
<style>
a { background-color: #001392; }
a { background-color: rgb(0,19,146); }
div.DivClassName
{
background-color: #001392;
}
.BgClassName
{
background-color: #001392;
}
</style>
border-color css
<style>
span { border-color: #001392; }
span { border-color: rgb(0,19,146); }
td.TdClassName
{
border-color: #001392;
}
.TagClassName
{
border-color: #001392;
}
</style>