Shades of Dark Blue #01168B
Tints of Dark Blue #01168B
RGB
CMYK
RGB Variations
Color information
#01168B (or 0x01168B) is known color: Dark Blue. HEX triplet: 01, 16 and 8B. RGB value is (1,22,139). Sum of RGB (Red+Green+Blue) = 1+22+139=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #01168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01168B is #FEE974. Grayscale: #1C1C1C. Windows color (decimal): -16705909 or 9115137. OLE color: 9115137.
HSL color Cylindrical-coordinate representation of color #01168B: hue angle of 230.87º 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 #01168B is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 22 | 139 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.45 |
| HSL | 230.87º | 0.99% | 0.27% | - |
| HSV(B) | 230.87º | 0.99% | 0.55% | - |
| XYZ | 4.96 | 2.44 | 24.64 | - |
| YUV | 29.06 | 190.04 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 139 | 0.99 | 0.84 | 0 | 0.45 | 230.87 | 0.99 | 0.27 |
| Hex | 1 | 16 | 8B | 63 | 54 | 0 | 2D | E7 | 63 | 1B |
| Octal | 1 | 26 | 213 | 143 | 124 | 0 | 55 | 347 | 143 | 33 |
| Binary | 1 | 10110 | 10001011 | 1100011 | 1010100 | 0 | 101101 | 11100111 | 1100011 | 11011 |
Color Harmonies of #01168B
Complementary color
Monochromatic Colors of #01168B
Black with #01168B
Text Example
Text Example
White with #01168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01168B; }
p { color: rgb(1,22,139); }
H1.HeaderClassName
{
color: #01168B;
}
.AnyTagClassName
{
color: #01168B;
}
</style>
background-color css
<style>
a { background-color: #01168B; }
a { background-color: rgb(1,22,139); }
div.DivClassName
{
background-color: #01168B;
}
.BgClassName
{
background-color: #01168B;
}
</style>
border-color css
<style>
span { border-color: #01168B; }
span { border-color: rgb(1,22,139); }
td.TdClassName
{
border-color: #01168B;
}
.TagClassName
{
border-color: #01168B;
}
</style>