Shades of Dark Blue #011692
Tints of Dark Blue #011692
RGB
CMYK
RGB Variations
Color information
#011692 (or 0x011692) is known color: Dark Blue. HEX triplet: 01, 16 and 92. RGB value is (1,22,146). Sum of RGB (Red+Green+Blue) = 1+22+146=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #011692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011692 is #FEE96D. Grayscale: #1D1D1D. Windows color (decimal): -16705902 or 9573889. OLE color: 9573889.
HSL color Cylindrical-coordinate representation of color #011692: hue angle of 231.31º 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 #011692 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 22 | 146 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.43 |
| HSL | 231.31º | 0.99% | 0.29% | - |
| HSV(B) | 231.31º | 0.99% | 0.57% | - |
| XYZ | 5.49 | 2.66 | 27.42 | - |
| YUV | 29.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 146 | 0.99 | 0.85 | 0 | 0.43 | 231.31 | 0.99 | 0.29 |
| Hex | 1 | 16 | 92 | 63 | 55 | 0 | 2B | E7 | 63 | 1D |
| Octal | 1 | 26 | 222 | 143 | 125 | 0 | 53 | 347 | 143 | 35 |
| Binary | 1 | 10110 | 10010010 | 1100011 | 1010101 | 0 | 101011 | 11100111 | 1100011 | 11101 |
Color Harmonies of #011692
Complementary color
Monochromatic Colors of #011692
Black with #011692
Text Example
Text Example
White with #011692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011692; }
p { color: rgb(1,22,146); }
H1.HeaderClassName
{
color: #011692;
}
.AnyTagClassName
{
color: #011692;
}
</style>
background-color css
<style>
a { background-color: #011692; }
a { background-color: rgb(1,22,146); }
div.DivClassName
{
background-color: #011692;
}
.BgClassName
{
background-color: #011692;
}
</style>
border-color css
<style>
span { border-color: #011692; }
span { border-color: rgb(1,22,146); }
td.TdClassName
{
border-color: #011692;
}
.TagClassName
{
border-color: #011692;
}
</style>