Shades of Dark Blue #00198D
Tints of Dark Blue #00198D
RGB
CMYK
RGB Variations
Color information
#00198D (or 0x00198D) is known color: Dark Blue. HEX triplet: 00, 19 and 8D. RGB value is (0,25,141). Sum of RGB (Red+Green+Blue) = 0+25+141=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #00198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00198D is #FFE672. Grayscale: #1E1E1E. Windows color (decimal): -16770675 or 9246976. OLE color: 9246976.
HSL color Cylindrical-coordinate representation of color #00198D: hue angle of 229.36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00198D is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 25 | 141 | - |
| CMYK | 1 | 0.82 | 0 | 0.45 |
| HSL | 229.36º | 1% | 0.28% | - |
| HSV(B) | 229.36º | 1% | 0.55% | - |
| XYZ | 5.16 | 2.62 | 25.43 | - |
| YUV | 30.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 141 | 1 | 0.82 | 0 | 0.45 | 229.36 | 1 | 0.28 |
| Hex | 0 | 19 | 8D | 64 | 52 | 0 | 2D | E5 | 64 | 1C |
| Octal | 0 | 31 | 215 | 144 | 122 | 0 | 55 | 345 | 144 | 34 |
| Binary | 0 | 11001 | 10001101 | 1100100 | 1010010 | 0 | 101101 | 11100101 | 1100100 | 11100 |
Color Harmonies of #00198D
Complementary color
Monochromatic Colors of #00198D
Black with #00198D
Text Example
Text Example
White with #00198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00198D; }
p { color: rgb(0,25,141); }
H1.HeaderClassName
{
color: #00198D;
}
.AnyTagClassName
{
color: #00198D;
}
</style>
background-color css
<style>
a { background-color: #00198D; }
a { background-color: rgb(0,25,141); }
div.DivClassName
{
background-color: #00198D;
}
.BgClassName
{
background-color: #00198D;
}
</style>
border-color css
<style>
span { border-color: #00198D; }
span { border-color: rgb(0,25,141); }
td.TdClassName
{
border-color: #00198D;
}
.TagClassName
{
border-color: #00198D;
}
</style>