Shades of Dark Blue #011488
Tints of Dark Blue #011488
RGB
CMYK
RGB Variations
Color information
#011488 (or 0x011488) is known color: Dark Blue. HEX triplet: 01, 14 and 88. RGB value is (1,20,136). Sum of RGB (Red+Green+Blue) = 1+20+136=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #011488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011488 is #FEEB77. Grayscale: #1B1B1B. Windows color (decimal): -16706424 or 8918017. OLE color: 8918017.
HSL color Cylindrical-coordinate representation of color #011488: hue angle of 231.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011488 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 20 | 136 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.47 |
| HSL | 231.56º | 0.99% | 0.27% | - |
| HSV(B) | 231.56º | 0.99% | 0.53% | - |
| XYZ | 4.71 | 2.28 | 23.49 | - |
| YUV | 27.54 | 189.21 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 136 | 0.99 | 0.85 | 0 | 0.47 | 231.56 | 0.99 | 0.27 |
| Hex | 1 | 14 | 88 | 63 | 55 | 0 | 2F | E8 | 63 | 1B |
| Octal | 1 | 24 | 210 | 143 | 125 | 0 | 57 | 350 | 143 | 33 |
| Binary | 1 | 10100 | 10001000 | 1100011 | 1010101 | 0 | 101111 | 11101000 | 1100011 | 11011 |
Color Harmonies of #011488
Complementary color
Monochromatic Colors of #011488
Black with #011488
Text Example
Text Example
White with #011488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011488; }
p { color: rgb(1,20,136); }
H1.HeaderClassName
{
color: #011488;
}
.AnyTagClassName
{
color: #011488;
}
</style>
background-color css
<style>
a { background-color: #011488; }
a { background-color: rgb(1,20,136); }
div.DivClassName
{
background-color: #011488;
}
.BgClassName
{
background-color: #011488;
}
</style>
border-color css
<style>
span { border-color: #011488; }
span { border-color: rgb(1,20,136); }
td.TdClassName
{
border-color: #011488;
}
.TagClassName
{
border-color: #011488;
}
</style>