Shades of Dark Blue #00198A
Tints of Dark Blue #00198A
RGB
CMYK
RGB Variations
Color information
#00198A (or 0x00198A) is known color: Dark Blue. HEX triplet: 00, 19 and 8A. RGB value is (0,25,138). Sum of RGB (Red+Green+Blue) = 0+25+138=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #00198A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00198A is #FFE675. Grayscale: #1D1D1D. Windows color (decimal): -16770678 or 9050368. OLE color: 9050368.
HSL color Cylindrical-coordinate representation of color #00198A: hue angle of 229.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00198A is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 25 | 138 | - |
| CMYK | 1 | 0.82 | 0 | 0.46 |
| HSL | 229.13º | 1% | 0.27% | - |
| HSV(B) | 229.13º | 1% | 0.54% | - |
| XYZ | 4.94 | 2.53 | 24.27 | - |
| YUV | 30.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 138 | 1 | 0.82 | 0 | 0.46 | 229.13 | 1 | 0.27 |
| Hex | 0 | 19 | 8A | 64 | 52 | 0 | 2E | E5 | 64 | 1B |
| Octal | 0 | 31 | 212 | 144 | 122 | 0 | 56 | 345 | 144 | 33 |
| Binary | 0 | 11001 | 10001010 | 1100100 | 1010010 | 0 | 101110 | 11100101 | 1100100 | 11011 |
Color Harmonies of #00198A
Complementary color
Monochromatic Colors of #00198A
Black with #00198A
Text Example
Text Example
White with #00198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00198A; }
p { color: rgb(0,25,138); }
H1.HeaderClassName
{
color: #00198A;
}
.AnyTagClassName
{
color: #00198A;
}
</style>
background-color css
<style>
a { background-color: #00198A; }
a { background-color: rgb(0,25,138); }
div.DivClassName
{
background-color: #00198A;
}
.BgClassName
{
background-color: #00198A;
}
</style>
border-color css
<style>
span { border-color: #00198A; }
span { border-color: rgb(0,25,138); }
td.TdClassName
{
border-color: #00198A;
}
.TagClassName
{
border-color: #00198A;
}
</style>