Shades of Navy Blue #196BE0
Tints of Navy Blue #196BE0
RGB
CMYK
RGB Variations
Color information
#196BE0 (or 0x196BE0) is known color: Navy Blue. HEX triplet: 19, 6B and E0. RGB value is (25,107,224). Sum of RGB (Red+Green+Blue) = 25+107+224=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #196BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BE0 is #E6941F. Grayscale: #5F5F5F. Windows color (decimal): -15111200 or 14707481. OLE color: 14707481.
HSL color Cylindrical-coordinate representation of color #196BE0: hue angle of 215.28º 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 #196BE0 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 107 | 224 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.12 |
| HSL | 215.28º | 0.8% | 0.49% | - |
| HSV(B) | 215.28º | 0.89% | 0.88% | - |
| XYZ | 19.11 | 16.1 | 72.62 | - |
| YUV | 95.82 | 200.33 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 224 | 0.89 | 0.52 | 0 | 0.12 | 215.28 | 0.8 | 0.49 |
| Hex | 19 | 6B | E0 | 59 | 34 | 0 | C | D7 | 50 | 31 |
| Octal | 31 | 153 | 340 | 131 | 64 | 0 | 14 | 327 | 120 | 61 |
| Binary | 11001 | 1101011 | 11100000 | 1011001 | 110100 | 0 | 1100 | 11010111 | 1010000 | 110001 |
Color Harmonies of #196BE0
Complementary color
Monochromatic Colors of #196BE0
Black with #196BE0
Text Example
Text Example
White with #196BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BE0; }
p { color: rgb(25,107,224); }
H1.HeaderClassName
{
color: #196BE0;
}
.AnyTagClassName
{
color: #196BE0;
}
</style>
background-color css
<style>
a { background-color: #196BE0; }
a { background-color: rgb(25,107,224); }
div.DivClassName
{
background-color: #196BE0;
}
.BgClassName
{
background-color: #196BE0;
}
</style>
border-color css
<style>
span { border-color: #196BE0; }
span { border-color: rgb(25,107,224); }
td.TdClassName
{
border-color: #196BE0;
}
.TagClassName
{
border-color: #196BE0;
}
</style>