Shades of Navy Blue #196BE2
Tints of Navy Blue #196BE2
RGB
CMYK
RGB Variations
Color information
#196BE2 (or 0x196BE2) is known color: Navy Blue. HEX triplet: 19, 6B and E2. RGB value is (25,107,226). Sum of RGB (Red+Green+Blue) = 25+107+226=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 226 (88.67% from 255 or 63.13% from 358); Max value from RGB is 226 - color contains mainly: blue. Hex color #196BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BE2 is #E6941D. Grayscale: #5F5F5F. Windows color (decimal): -15111198 or 14838553. OLE color: 14838553.
HSL color Cylindrical-coordinate representation of color #196BE2: hue angle of 215.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196BE2 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 107 | 226 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.11 |
| HSL | 215.52º | 0.8% | 0.49% | - |
| HSV(B) | 215.52º | 0.89% | 0.89% | - |
| XYZ | 19.39 | 16.21 | 74.06 | - |
| YUV | 96.05 | 201.33 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 226 | 0.89 | 0.53 | 0 | 0.11 | 215.52 | 0.8 | 0.49 |
| Hex | 19 | 6B | E2 | 59 | 35 | 0 | B | D8 | 50 | 31 |
| Octal | 31 | 153 | 342 | 131 | 65 | 0 | 13 | 330 | 120 | 61 |
| Binary | 11001 | 1101011 | 11100010 | 1011001 | 110101 | 0 | 1011 | 11011000 | 1010000 | 110001 |
Color Harmonies of #196BE2
Complementary color
Monochromatic Colors of #196BE2
Black with #196BE2
Text Example
Text Example
White with #196BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BE2; }
p { color: rgb(25,107,226); }
H1.HeaderClassName
{
color: #196BE2;
}
.AnyTagClassName
{
color: #196BE2;
}
</style>
background-color css
<style>
a { background-color: #196BE2; }
a { background-color: rgb(25,107,226); }
div.DivClassName
{
background-color: #196BE2;
}
.BgClassName
{
background-color: #196BE2;
}
</style>
border-color css
<style>
span { border-color: #196BE2; }
span { border-color: rgb(25,107,226); }
td.TdClassName
{
border-color: #196BE2;
}
.TagClassName
{
border-color: #196BE2;
}
</style>