Shades of Dark Blue #01098D
Tints of Dark Blue #01098D
RGB
CMYK
RGB Variations
Color information
#01098D (or 0x01098D) is known color: Dark Blue. HEX triplet: 01, 09 and 8D. RGB value is (1,9,141). Sum of RGB (Red+Green+Blue) = 1+9+141=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 141 (55.47% from 255 or 93.38% from 151); Max value from RGB is 141 - color contains mainly: blue. Hex color #01098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01098D is #FEF672. Grayscale: #151515. Windows color (decimal): -16709235 or 9242881. OLE color: 9242881.
HSL color Cylindrical-coordinate representation of color #01098D: hue angle of 236.57º 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 #01098D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 9 | 141 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.45 |
| HSL | 236.57º | 0.99% | 0.28% | - |
| HSV(B) | 236.57º | 0.99% | 0.55% | - |
| XYZ | 4.92 | 2.12 | 25.35 | - |
| YUV | 21.66 | 195.35 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 141 | 0.99 | 0.94 | 0 | 0.45 | 236.57 | 0.99 | 0.28 |
| Hex | 1 | 9 | 8D | 63 | 5E | 0 | 2D | ED | 63 | 1C |
| Octal | 1 | 11 | 215 | 143 | 136 | 0 | 55 | 355 | 143 | 34 |
| Binary | 1 | 1001 | 10001101 | 1100011 | 1011110 | 0 | 101101 | 11101101 | 1100011 | 11100 |
Color Harmonies of #01098D
Complementary color
Monochromatic Colors of #01098D
Black with #01098D
Text Example
Text Example
White with #01098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01098D; }
p { color: rgb(1,9,141); }
H1.HeaderClassName
{
color: #01098D;
}
.AnyTagClassName
{
color: #01098D;
}
</style>
background-color css
<style>
a { background-color: #01098D; }
a { background-color: rgb(1,9,141); }
div.DivClassName
{
background-color: #01098D;
}
.BgClassName
{
background-color: #01098D;
}
</style>
border-color css
<style>
span { border-color: #01098D; }
span { border-color: rgb(1,9,141); }
td.TdClassName
{
border-color: #01098D;
}
.TagClassName
{
border-color: #01098D;
}
</style>