Shades of Dark Blue #01128A
Tints of Dark Blue #01128A
RGB
CMYK
RGB Variations
Color information
#01128A (or 0x01128A) is known color: Dark Blue. HEX triplet: 01, 12 and 8A. RGB value is (1,18,138). Sum of RGB (Red+Green+Blue) = 1+18+138=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #01128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01128A is #FEED75. Grayscale: #1A1A1A. Windows color (decimal): -16706934 or 9048577. OLE color: 9048577.
HSL color Cylindrical-coordinate representation of color #01128A: hue angle of 232.55º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01128A is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 18 | 138 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.46 |
| HSL | 232.55º | 0.99% | 0.27% | - |
| HSV(B) | 232.55º | 0.99% | 0.54% | - |
| XYZ | 4.82 | 2.27 | 24.23 | - |
| YUV | 26.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 138 | 0.99 | 0.87 | 0 | 0.46 | 232.55 | 0.99 | 0.27 |
| Hex | 1 | 12 | 8A | 63 | 57 | 0 | 2E | E9 | 63 | 1B |
| Octal | 1 | 22 | 212 | 143 | 127 | 0 | 56 | 351 | 143 | 33 |
| Binary | 1 | 10010 | 10001010 | 1100011 | 1010111 | 0 | 101110 | 11101001 | 1100011 | 11011 |
Color Harmonies of #01128A
Complementary color
Monochromatic Colors of #01128A
Black with #01128A
Text Example
Text Example
White with #01128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01128A; }
p { color: rgb(1,18,138); }
H1.HeaderClassName
{
color: #01128A;
}
.AnyTagClassName
{
color: #01128A;
}
</style>
background-color css
<style>
a { background-color: #01128A; }
a { background-color: rgb(1,18,138); }
div.DivClassName
{
background-color: #01128A;
}
.BgClassName
{
background-color: #01128A;
}
</style>
border-color css
<style>
span { border-color: #01128A; }
span { border-color: rgb(1,18,138); }
td.TdClassName
{
border-color: #01128A;
}
.TagClassName
{
border-color: #01128A;
}
</style>