Shades of Navy Blue #195BEA
Tints of Navy Blue #195BEA
RGB
CMYK
RGB Variations
Color information
#195BEA (or 0x195BEA) is known color: Navy Blue. HEX triplet: 19, 5B and EA. RGB value is (25,91,234). Sum of RGB (Red+Green+Blue) = 25+91+234=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #195BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195BEA is #E6A415. Grayscale: #565656. Windows color (decimal): -15115286 or 15358745. OLE color: 15358745.
HSL color Cylindrical-coordinate representation of color #195BEA: hue angle of 221.05º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BEA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 91 | 234 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.08 |
| HSL | 221.05º | 0.83% | 0.51% | - |
| HSV(B) | 221.05º | 0.89% | 0.92% | - |
| XYZ | 18.99 | 13.63 | 79.47 | - |
| YUV | 87.57 | 210.63 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 234 | 0.89 | 0.61 | 0 | 0.08 | 221.05 | 0.83 | 0.51 |
| Hex | 19 | 5B | EA | 59 | 3D | 0 | 8 | DD | 53 | 33 |
| Octal | 31 | 133 | 352 | 131 | 75 | 0 | 10 | 335 | 123 | 63 |
| Binary | 11001 | 1011011 | 11101010 | 1011001 | 111101 | 0 | 1000 | 11011101 | 1010011 | 110011 |
Color Harmonies of #195BEA
Complementary color
Monochromatic Colors of #195BEA
Black with #195BEA
Text Example
Text Example
White with #195BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BEA; }
p { color: rgb(25,91,234); }
H1.HeaderClassName
{
color: #195BEA;
}
.AnyTagClassName
{
color: #195BEA;
}
</style>
background-color css
<style>
a { background-color: #195BEA; }
a { background-color: rgb(25,91,234); }
div.DivClassName
{
background-color: #195BEA;
}
.BgClassName
{
background-color: #195BEA;
}
</style>
border-color css
<style>
span { border-color: #195BEA; }
span { border-color: rgb(25,91,234); }
td.TdClassName
{
border-color: #195BEA;
}
.TagClassName
{
border-color: #195BEA;
}
</style>