Shades of Dark Blue #01158C
Tints of Dark Blue #01158C
RGB
CMYK
RGB Variations
Color information
#01158C (or 0x01158C) is known color: Dark Blue. HEX triplet: 01, 15 and 8C. RGB value is (1,21,140). Sum of RGB (Red+Green+Blue) = 1+21+140=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 140 (55.08% from 255 or 86.42% from 162); Max value from RGB is 140 - color contains mainly: blue. Hex color #01158C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01158C is #FEEA73. Grayscale: #1C1C1C. Windows color (decimal): -16706164 or 9180417. OLE color: 9180417.
HSL color Cylindrical-coordinate representation of color #01158C: hue angle of 231.37º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01158C is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 21 | 140 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.45 |
| HSL | 231.37º | 0.99% | 0.28% | - |
| HSV(B) | 231.37º | 0.99% | 0.55% | - |
| XYZ | 5.01 | 2.44 | 25.02 | - |
| YUV | 28.59 | 190.87 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 140 | 0.99 | 0.85 | 0 | 0.45 | 231.37 | 0.99 | 0.28 |
| Hex | 1 | 15 | 8C | 63 | 55 | 0 | 2D | E7 | 63 | 1C |
| Octal | 1 | 25 | 214 | 143 | 125 | 0 | 55 | 347 | 143 | 34 |
| Binary | 1 | 10101 | 10001100 | 1100011 | 1010101 | 0 | 101101 | 11100111 | 1100011 | 11100 |
Color Harmonies of #01158C
Complementary color
Monochromatic Colors of #01158C
Black with #01158C
Text Example
Text Example
White with #01158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01158C; }
p { color: rgb(1,21,140); }
H1.HeaderClassName
{
color: #01158C;
}
.AnyTagClassName
{
color: #01158C;
}
</style>
background-color css
<style>
a { background-color: #01158C; }
a { background-color: rgb(1,21,140); }
div.DivClassName
{
background-color: #01158C;
}
.BgClassName
{
background-color: #01158C;
}
</style>
border-color css
<style>
span { border-color: #01158C; }
span { border-color: rgb(1,21,140); }
td.TdClassName
{
border-color: #01158C;
}
.TagClassName
{
border-color: #01158C;
}
</style>