Shades of Dark Blue #011192
Tints of Dark Blue #011192
RGB
CMYK
RGB Variations
Color information
#011192 (or 0x011192) is known color: Dark Blue. HEX triplet: 01, 11 and 92. RGB value is (1,17,146). Sum of RGB (Red+Green+Blue) = 1+17+146=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #011192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011192 is #FEEE6D. Grayscale: #1A1A1A. Windows color (decimal): -16707182 or 9572609. OLE color: 9572609.
HSL color Cylindrical-coordinate representation of color #011192: hue angle of 233.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011192 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 17 | 146 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.43 |
| HSL | 233.38º | 0.99% | 0.29% | - |
| HSV(B) | 233.38º | 0.99% | 0.57% | - |
| XYZ | 5.4 | 2.48 | 27.39 | - |
| YUV | 26.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 146 | 0.99 | 0.88 | 0 | 0.43 | 233.38 | 0.99 | 0.29 |
| Hex | 1 | 11 | 92 | 63 | 58 | 0 | 2B | E9 | 63 | 1D |
| Octal | 1 | 21 | 222 | 143 | 130 | 0 | 53 | 351 | 143 | 35 |
| Binary | 1 | 10001 | 10010010 | 1100011 | 1011000 | 0 | 101011 | 11101001 | 1100011 | 11101 |
Color Harmonies of #011192
Complementary color
Monochromatic Colors of #011192
Black with #011192
Text Example
Text Example
White with #011192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011192; }
p { color: rgb(1,17,146); }
H1.HeaderClassName
{
color: #011192;
}
.AnyTagClassName
{
color: #011192;
}
</style>
background-color css
<style>
a { background-color: #011192; }
a { background-color: rgb(1,17,146); }
div.DivClassName
{
background-color: #011192;
}
.BgClassName
{
background-color: #011192;
}
</style>
border-color css
<style>
span { border-color: #011192; }
span { border-color: rgb(1,17,146); }
td.TdClassName
{
border-color: #011192;
}
.TagClassName
{
border-color: #011192;
}
</style>