Shades of Dark Blue #01188B
Tints of Dark Blue #01188B
RGB
CMYK
RGB Variations
Color information
#01188B (or 0x01188B) is known color: Dark Blue. HEX triplet: 01, 18 and 8B. RGB value is (1,24,139). Sum of RGB (Red+Green+Blue) = 1+24+139=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #01188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01188B is #FEE774. Grayscale: #1D1D1D. Windows color (decimal): -16705397 or 9115649. OLE color: 9115649.
HSL color Cylindrical-coordinate representation of color #01188B: hue angle of 230º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01188B is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 24 | 139 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.45 |
| HSL | 230º | 0.99% | 0.27% | - |
| HSV(B) | 230º | 0.99% | 0.55% | - |
| XYZ | 5 | 2.52 | 24.65 | - |
| YUV | 30.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 139 | 0.99 | 0.83 | 0 | 0.45 | 230 | 0.99 | 0.27 |
| Hex | 1 | 18 | 8B | 63 | 53 | 0 | 2D | E6 | 63 | 1B |
| Octal | 1 | 30 | 213 | 143 | 123 | 0 | 55 | 346 | 143 | 33 |
| Binary | 1 | 11000 | 10001011 | 1100011 | 1010011 | 0 | 101101 | 11100110 | 1100011 | 11011 |
Color Harmonies of #01188B
Complementary color
Monochromatic Colors of #01188B
Black with #01188B
Text Example
Text Example
White with #01188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01188B; }
p { color: rgb(1,24,139); }
H1.HeaderClassName
{
color: #01188B;
}
.AnyTagClassName
{
color: #01188B;
}
</style>
background-color css
<style>
a { background-color: #01188B; }
a { background-color: rgb(1,24,139); }
div.DivClassName
{
background-color: #01188B;
}
.BgClassName
{
background-color: #01188B;
}
</style>
border-color css
<style>
span { border-color: #01188B; }
span { border-color: rgb(1,24,139); }
td.TdClassName
{
border-color: #01188B;
}
.TagClassName
{
border-color: #01188B;
}
</style>