Shades of Dark Blue #001192
Tints of Dark Blue #001192
RGB
CMYK
RGB Variations
Color information
#001192 (or 0x001192) is known color: Dark Blue. HEX triplet: 00, 11 and 92. RGB value is (0,17,146). Sum of RGB (Red+Green+Blue) = 0+17+146=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 146 (57.42% from 255 or 89.57% from 163); Max value from RGB is 146 - color contains mainly: blue. Hex color #001192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001192 is #FFEE6D. Grayscale: #1A1A1A. Windows color (decimal): -16772718 or 9572608. OLE color: 9572608.
HSL color Cylindrical-coordinate representation of color #001192: hue angle of 233.01º 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 #001192 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 17 | 146 | - |
| CMYK | 1 | 0.88 | 0 | 0.43 |
| HSL | 233.01º | 1% | 0.29% | - |
| HSV(B) | 233.01º | 1% | 0.57% | - |
| XYZ | 5.39 | 2.48 | 27.39 | - |
| YUV | 26.62 | 195.37 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 146 | 1 | 0.88 | 0 | 0.43 | 233.01 | 1 | 0.29 |
| Hex | 0 | 11 | 92 | 64 | 58 | 0 | 2B | E9 | 64 | 1D |
| Octal | 0 | 21 | 222 | 144 | 130 | 0 | 53 | 351 | 144 | 35 |
| Binary | 0 | 10001 | 10010010 | 1100100 | 1011000 | 0 | 101011 | 11101001 | 1100100 | 11101 |
Color Harmonies of #001192
Complementary color
Monochromatic Colors of #001192
Black with #001192
Text Example
Text Example
White with #001192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001192; }
p { color: rgb(0,17,146); }
H1.HeaderClassName
{
color: #001192;
}
.AnyTagClassName
{
color: #001192;
}
</style>
background-color css
<style>
a { background-color: #001192; }
a { background-color: rgb(0,17,146); }
div.DivClassName
{
background-color: #001192;
}
.BgClassName
{
background-color: #001192;
}
</style>
border-color css
<style>
span { border-color: #001192; }
span { border-color: rgb(0,17,146); }
td.TdClassName
{
border-color: #001192;
}
.TagClassName
{
border-color: #001192;
}
</style>