Shades of Dark Blue #011292
Tints of Dark Blue #011292
RGB
CMYK
RGB Variations
Color information
#011292 (or 0x011292) is known color: Dark Blue. HEX triplet: 01, 12 and 92. RGB value is (1,18,146). Sum of RGB (Red+Green+Blue) = 1+18+146=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 18 (7.42% from 255 or 10.91% 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 #011292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011292 is #FEED6D. Grayscale: #1A1A1A. Windows color (decimal): -16706926 or 9572865. OLE color: 9572865.
HSL color Cylindrical-coordinate representation of color #011292: hue angle of 232.97º 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 #011292 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 18 | 146 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.43 |
| HSL | 232.97º | 0.99% | 0.29% | - |
| HSV(B) | 232.97º | 0.99% | 0.57% | - |
| XYZ | 5.42 | 2.51 | 27.39 | - |
| YUV | 27.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 146 | 0.99 | 0.88 | 0 | 0.43 | 232.97 | 0.99 | 0.29 |
| Hex | 1 | 12 | 92 | 63 | 58 | 0 | 2B | E9 | 63 | 1D |
| Octal | 1 | 22 | 222 | 143 | 130 | 0 | 53 | 351 | 143 | 35 |
| Binary | 1 | 10010 | 10010010 | 1100011 | 1011000 | 0 | 101011 | 11101001 | 1100011 | 11101 |
Color Harmonies of #011292
Complementary color
Monochromatic Colors of #011292
Black with #011292
Text Example
Text Example
White with #011292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011292; }
p { color: rgb(1,18,146); }
H1.HeaderClassName
{
color: #011292;
}
.AnyTagClassName
{
color: #011292;
}
</style>
background-color css
<style>
a { background-color: #011292; }
a { background-color: rgb(1,18,146); }
div.DivClassName
{
background-color: #011292;
}
.BgClassName
{
background-color: #011292;
}
</style>
border-color css
<style>
span { border-color: #011292; }
span { border-color: rgb(1,18,146); }
td.TdClassName
{
border-color: #011292;
}
.TagClassName
{
border-color: #011292;
}
</style>