Shades of Dark Blue #00198B
Tints of Dark Blue #00198B
RGB
CMYK
RGB Variations
Color information
#00198B (or 0x00198B) is known color: Dark Blue. HEX triplet: 00, 19 and 8B. RGB value is (0,25,139). Sum of RGB (Red+Green+Blue) = 0+25+139=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #00198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00198B is #FFE674. Grayscale: #1E1E1E. Windows color (decimal): -16770677 or 9115904. OLE color: 9115904.
HSL color Cylindrical-coordinate representation of color #00198B: hue angle of 229.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00198B is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 25 | 139 | - |
| CMYK | 1 | 0.82 | 0 | 0.45 |
| HSL | 229.21º | 1% | 0.27% | - |
| HSV(B) | 229.21º | 1% | 0.55% | - |
| XYZ | 5.01 | 2.56 | 24.66 | - |
| YUV | 30.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 139 | 1 | 0.82 | 0 | 0.45 | 229.21 | 1 | 0.27 |
| Hex | 0 | 19 | 8B | 64 | 52 | 0 | 2D | E5 | 64 | 1B |
| Octal | 0 | 31 | 213 | 144 | 122 | 0 | 55 | 345 | 144 | 33 |
| Binary | 0 | 11001 | 10001011 | 1100100 | 1010010 | 0 | 101101 | 11100101 | 1100100 | 11011 |
Color Harmonies of #00198B
Complementary color
Monochromatic Colors of #00198B
Black with #00198B
Text Example
Text Example
White with #00198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00198B; }
p { color: rgb(0,25,139); }
H1.HeaderClassName
{
color: #00198B;
}
.AnyTagClassName
{
color: #00198B;
}
</style>
background-color css
<style>
a { background-color: #00198B; }
a { background-color: rgb(0,25,139); }
div.DivClassName
{
background-color: #00198B;
}
.BgClassName
{
background-color: #00198B;
}
</style>
border-color css
<style>
span { border-color: #00198B; }
span { border-color: rgb(0,25,139); }
td.TdClassName
{
border-color: #00198B;
}
.TagClassName
{
border-color: #00198B;
}
</style>