Shades of Navy Blue #196CEA
Tints of Navy Blue #196CEA
RGB
CMYK
RGB Variations
Color information
#196CEA (or 0x196CEA) is known color: Navy Blue. HEX triplet: 19, 6C and EA. RGB value is (25,108,234). Sum of RGB (Red+Green+Blue) = 25+108+234=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #196CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CEA is #E69315. Grayscale: #606060. Windows color (decimal): -15110934 or 15363097. OLE color: 15363097.
HSL color Cylindrical-coordinate representation of color #196CEA: hue angle of 216.17º 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 #196CEA is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 108 | 234 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.08 |
| HSL | 216.17º | 0.83% | 0.51% | - |
| HSV(B) | 216.17º | 0.89% | 0.92% | - |
| XYZ | 20.61 | 16.87 | 80.01 | - |
| YUV | 97.55 | 205 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 234 | 0.89 | 0.54 | 0 | 0.08 | 216.17 | 0.83 | 0.51 |
| Hex | 19 | 6C | EA | 59 | 36 | 0 | 8 | D8 | 53 | 33 |
| Octal | 31 | 154 | 352 | 131 | 66 | 0 | 10 | 330 | 123 | 63 |
| Binary | 11001 | 1101100 | 11101010 | 1011001 | 110110 | 0 | 1000 | 11011000 | 1010011 | 110011 |
Color Harmonies of #196CEA
Complementary color
Monochromatic Colors of #196CEA
Black with #196CEA
Text Example
Text Example
White with #196CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CEA; }
p { color: rgb(25,108,234); }
H1.HeaderClassName
{
color: #196CEA;
}
.AnyTagClassName
{
color: #196CEA;
}
</style>
background-color css
<style>
a { background-color: #196CEA; }
a { background-color: rgb(25,108,234); }
div.DivClassName
{
background-color: #196CEA;
}
.BgClassName
{
background-color: #196CEA;
}
</style>
border-color css
<style>
span { border-color: #196CEA; }
span { border-color: rgb(25,108,234); }
td.TdClassName
{
border-color: #196CEA;
}
.TagClassName
{
border-color: #196CEA;
}
</style>