Shades of Navy Blue #196CE3
Tints of Navy Blue #196CE3
RGB
CMYK
RGB Variations
Color information
#196CE3 (or 0x196CE3) is known color: Navy Blue. HEX triplet: 19, 6C and E3. RGB value is (25,108,227). Sum of RGB (Red+Green+Blue) = 25+108+227=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 227 (89.06% from 255 or 63.06% from 360); Max value from RGB is 227 - color contains mainly: blue. Hex color #196CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CE3 is #E6931C. Grayscale: #606060. Windows color (decimal): -15110941 or 14904345. OLE color: 14904345.
HSL color Cylindrical-coordinate representation of color #196CE3: hue angle of 215.35º 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 #196CE3 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 108 | 227 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.11 |
| HSL | 215.35º | 0.8% | 0.49% | - |
| HSV(B) | 215.35º | 0.89% | 0.89% | - |
| XYZ | 19.63 | 16.48 | 74.82 | - |
| YUV | 96.75 | 201.5 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 227 | 0.89 | 0.52 | 0 | 0.11 | 215.35 | 0.8 | 0.49 |
| Hex | 19 | 6C | E3 | 59 | 34 | 0 | B | D7 | 50 | 31 |
| Octal | 31 | 154 | 343 | 131 | 64 | 0 | 13 | 327 | 120 | 61 |
| Binary | 11001 | 1101100 | 11100011 | 1011001 | 110100 | 0 | 1011 | 11010111 | 1010000 | 110001 |
Color Harmonies of #196CE3
Complementary color
Monochromatic Colors of #196CE3
Black with #196CE3
Text Example
Text Example
White with #196CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CE3; }
p { color: rgb(25,108,227); }
H1.HeaderClassName
{
color: #196CE3;
}
.AnyTagClassName
{
color: #196CE3;
}
</style>
background-color css
<style>
a { background-color: #196CE3; }
a { background-color: rgb(25,108,227); }
div.DivClassName
{
background-color: #196CE3;
}
.BgClassName
{
background-color: #196CE3;
}
</style>
border-color css
<style>
span { border-color: #196CE3; }
span { border-color: rgb(25,108,227); }
td.TdClassName
{
border-color: #196CE3;
}
.TagClassName
{
border-color: #196CE3;
}
</style>