Shades of Navy Blue #195BE0
Tints of Navy Blue #195BE0
RGB
CMYK
RGB Variations
Color information
#195BE0 (or 0x195BE0) is known color: Navy Blue. HEX triplet: 19, 5B and E0. RGB value is (25,91,224). Sum of RGB (Red+Green+Blue) = 25+91+224=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #195BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BE0 is #E6A41F. Grayscale: #555555. Windows color (decimal): -15115296 or 14703385. OLE color: 14703385.
HSL color Cylindrical-coordinate representation of color #195BE0: hue angle of 220.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BE0 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 91 | 224 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.12 |
| HSL | 220.1º | 0.8% | 0.49% | - |
| HSV(B) | 220.1º | 0.89% | 0.88% | - |
| XYZ | 17.6 | 13.07 | 72.12 | - |
| YUV | 86.43 | 205.63 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 224 | 0.89 | 0.59 | 0 | 0.12 | 220.1 | 0.8 | 0.49 |
| Hex | 19 | 5B | E0 | 59 | 3B | 0 | C | DC | 50 | 31 |
| Octal | 31 | 133 | 340 | 131 | 73 | 0 | 14 | 334 | 120 | 61 |
| Binary | 11001 | 1011011 | 11100000 | 1011001 | 111011 | 0 | 1100 | 11011100 | 1010000 | 110001 |
Color Harmonies of #195BE0
Complementary color
Monochromatic Colors of #195BE0
Black with #195BE0
Text Example
Text Example
White with #195BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BE0; }
p { color: rgb(25,91,224); }
H1.HeaderClassName
{
color: #195BE0;
}
.AnyTagClassName
{
color: #195BE0;
}
</style>
background-color css
<style>
a { background-color: #195BE0; }
a { background-color: rgb(25,91,224); }
div.DivClassName
{
background-color: #195BE0;
}
.BgClassName
{
background-color: #195BE0;
}
</style>
border-color css
<style>
span { border-color: #195BE0; }
span { border-color: rgb(25,91,224); }
td.TdClassName
{
border-color: #195BE0;
}
.TagClassName
{
border-color: #195BE0;
}
</style>