Shades of Navy Blue #195EE9
Tints of Navy Blue #195EE9
RGB
CMYK
RGB Variations
Color information
#195EE9 (or 0x195EE9) is known color: Navy Blue. HEX triplet: 19, 5E and E9. RGB value is (25,94,233). Sum of RGB (Red+Green+Blue) = 25+94+233=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 233 (91.41% from 255 or 66.19% from 352); Max value from RGB is 233 - color contains mainly: blue. Hex color #195EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EE9 is #E6A116. Grayscale: #585858. Windows color (decimal): -15114519 or 15293977. OLE color: 15293977.
HSL color Cylindrical-coordinate representation of color #195EE9: hue angle of 220.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195EE9 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 94 | 233 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.09 |
| HSL | 220.1º | 0.83% | 0.51% | - |
| HSV(B) | 220.1º | 0.89% | 0.91% | - |
| XYZ | 19.11 | 14.1 | 78.8 | - |
| YUV | 89.22 | 209.14 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 233 | 0.89 | 0.60 | 0 | 0.09 | 220.1 | 0.83 | 0.51 |
| Hex | 19 | 5E | E9 | 59 | 3C | 0 | 9 | DC | 53 | 33 |
| Octal | 31 | 136 | 351 | 131 | 74 | 0 | 11 | 334 | 123 | 63 |
| Binary | 11001 | 1011110 | 11101001 | 1011001 | 111100 | 0 | 1001 | 11011100 | 1010011 | 110011 |
Color Harmonies of #195EE9
Complementary color
Monochromatic Colors of #195EE9
Black with #195EE9
Text Example
Text Example
White with #195EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EE9; }
p { color: rgb(25,94,233); }
H1.HeaderClassName
{
color: #195EE9;
}
.AnyTagClassName
{
color: #195EE9;
}
</style>
background-color css
<style>
a { background-color: #195EE9; }
a { background-color: rgb(25,94,233); }
div.DivClassName
{
background-color: #195EE9;
}
.BgClassName
{
background-color: #195EE9;
}
</style>
border-color css
<style>
span { border-color: #195EE9; }
span { border-color: rgb(25,94,233); }
td.TdClassName
{
border-color: #195EE9;
}
.TagClassName
{
border-color: #195EE9;
}
</style>