Shades of Dark Blue #01198C
Tints of Dark Blue #01198C
RGB
CMYK
RGB Variations
Color information
#01198C (or 0x01198C) is known color: Dark Blue. HEX triplet: 01, 19 and 8C. RGB value is (1,25,140). Sum of RGB (Red+Green+Blue) = 1+25+140=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #01198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01198C is #FEE673. Grayscale: #1E1E1E. Windows color (decimal): -16705140 or 9181441. OLE color: 9181441.
HSL color Cylindrical-coordinate representation of color #01198C: hue angle of 229.64º 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 #01198C is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 25 | 140 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.45 |
| HSL | 229.64º | 0.99% | 0.28% | - |
| HSV(B) | 229.64º | 0.99% | 0.55% | - |
| XYZ | 5.09 | 2.6 | 25.04 | - |
| YUV | 30.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 140 | 0.99 | 0.82 | 0 | 0.45 | 229.64 | 0.99 | 0.28 |
| Hex | 1 | 19 | 8C | 63 | 52 | 0 | 2D | E6 | 63 | 1C |
| Octal | 1 | 31 | 214 | 143 | 122 | 0 | 55 | 346 | 143 | 34 |
| Binary | 1 | 11001 | 10001100 | 1100011 | 1010010 | 0 | 101101 | 11100110 | 1100011 | 11100 |
Color Harmonies of #01198C
Complementary color
Monochromatic Colors of #01198C
Black with #01198C
Text Example
Text Example
White with #01198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01198C; }
p { color: rgb(1,25,140); }
H1.HeaderClassName
{
color: #01198C;
}
.AnyTagClassName
{
color: #01198C;
}
</style>
background-color css
<style>
a { background-color: #01198C; }
a { background-color: rgb(1,25,140); }
div.DivClassName
{
background-color: #01198C;
}
.BgClassName
{
background-color: #01198C;
}
</style>
border-color css
<style>
span { border-color: #01198C; }
span { border-color: rgb(1,25,140); }
td.TdClassName
{
border-color: #01198C;
}
.TagClassName
{
border-color: #01198C;
}
</style>