Shades of Navy Blue #196BE3
Tints of Navy Blue #196BE3
RGB
CMYK
RGB Variations
Color information
#196BE3 (or 0x196BE3) is known color: Navy Blue. HEX triplet: 19, 6B and E3. RGB value is (25,107,227). Sum of RGB (Red+Green+Blue) = 25+107+227=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 227 (89.06% from 255 or 63.23% from 359); Max value from RGB is 227 - color contains mainly: blue. Hex color #196BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BE3 is #E6941C. Grayscale: #5F5F5F. Windows color (decimal): -15111197 or 14904089. OLE color: 14904089.
HSL color Cylindrical-coordinate representation of color #196BE3: hue angle of 215.64º 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 #196BE3 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 107 | 227 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.11 |
| HSL | 215.64º | 0.8% | 0.49% | - |
| HSV(B) | 215.64º | 0.89% | 0.89% | - |
| XYZ | 19.52 | 16.27 | 74.78 | - |
| YUV | 96.16 | 201.83 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 227 | 0.89 | 0.53 | 0 | 0.11 | 215.64 | 0.8 | 0.49 |
| Hex | 19 | 6B | E3 | 59 | 35 | 0 | B | D8 | 50 | 31 |
| Octal | 31 | 153 | 343 | 131 | 65 | 0 | 13 | 330 | 120 | 61 |
| Binary | 11001 | 1101011 | 11100011 | 1011001 | 110101 | 0 | 1011 | 11011000 | 1010000 | 110001 |
Color Harmonies of #196BE3
Complementary color
Monochromatic Colors of #196BE3
Black with #196BE3
Text Example
Text Example
White with #196BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BE3; }
p { color: rgb(25,107,227); }
H1.HeaderClassName
{
color: #196BE3;
}
.AnyTagClassName
{
color: #196BE3;
}
</style>
background-color css
<style>
a { background-color: #196BE3; }
a { background-color: rgb(25,107,227); }
div.DivClassName
{
background-color: #196BE3;
}
.BgClassName
{
background-color: #196BE3;
}
</style>
border-color css
<style>
span { border-color: #196BE3; }
span { border-color: rgb(25,107,227); }
td.TdClassName
{
border-color: #196BE3;
}
.TagClassName
{
border-color: #196BE3;
}
</style>