Shades of Dark Blue #01158F
Tints of Dark Blue #01158F
RGB
CMYK
RGB Variations
Color information
#01158F (or 0x01158F) is known color: Dark Blue. HEX triplet: 01, 15 and 8F. RGB value is (1,21,143). Sum of RGB (Red+Green+Blue) = 1+21+143=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 143 (56.25% from 255 or 86.67% from 165); Max value from RGB is 143 - color contains mainly: blue. Hex color #01158F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01158F is #FEEA70. Grayscale: #1C1C1C. Windows color (decimal): -16706161 or 9377025. OLE color: 9377025.
HSL color Cylindrical-coordinate representation of color #01158F: hue angle of 231.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01158F is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 21 | 143 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.44 |
| HSL | 231.55º | 0.99% | 0.28% | - |
| HSV(B) | 231.55º | 0.99% | 0.56% | - |
| XYZ | 5.24 | 2.53 | 26.2 | - |
| YUV | 28.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 143 | 0.99 | 0.85 | 0 | 0.44 | 231.55 | 0.99 | 0.28 |
| Hex | 1 | 15 | 8F | 63 | 55 | 0 | 2C | E8 | 63 | 1C |
| Octal | 1 | 25 | 217 | 143 | 125 | 0 | 54 | 350 | 143 | 34 |
| Binary | 1 | 10101 | 10001111 | 1100011 | 1010101 | 0 | 101100 | 11101000 | 1100011 | 11100 |
Color Harmonies of #01158F
Complementary color
Monochromatic Colors of #01158F
Black with #01158F
Text Example
Text Example
White with #01158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01158F; }
p { color: rgb(1,21,143); }
H1.HeaderClassName
{
color: #01158F;
}
.AnyTagClassName
{
color: #01158F;
}
</style>
background-color css
<style>
a { background-color: #01158F; }
a { background-color: rgb(1,21,143); }
div.DivClassName
{
background-color: #01158F;
}
.BgClassName
{
background-color: #01158F;
}
</style>
border-color css
<style>
span { border-color: #01158F; }
span { border-color: rgb(1,21,143); }
td.TdClassName
{
border-color: #01158F;
}
.TagClassName
{
border-color: #01158F;
}
</style>