Shades of Navy Blue #196CE9
Tints of Navy Blue #196CE9
RGB
CMYK
RGB Variations
Color information
#196CE9 (or 0x196CE9) is known color: Navy Blue. HEX triplet: 19, 6C and E9. RGB value is (25,108,233). Sum of RGB (Red+Green+Blue) = 25+108+233=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 233 (91.41% from 255 or 63.66% from 366); Max value from RGB is 233 - color contains mainly: blue. Hex color #196CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CE9 is #E69316. Grayscale: #606060. Windows color (decimal): -15110935 or 15297561. OLE color: 15297561.
HSL color Cylindrical-coordinate representation of color #196CE9: hue angle of 216.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196CE9 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 108 | 233 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.09 |
| HSL | 216.06º | 0.83% | 0.51% | - |
| HSV(B) | 216.06º | 0.89% | 0.91% | - |
| XYZ | 20.47 | 16.81 | 79.26 | - |
| YUV | 97.43 | 204.5 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 233 | 0.89 | 0.54 | 0 | 0.09 | 216.06 | 0.83 | 0.51 |
| Hex | 19 | 6C | E9 | 59 | 36 | 0 | 9 | D8 | 53 | 33 |
| Octal | 31 | 154 | 351 | 131 | 66 | 0 | 11 | 330 | 123 | 63 |
| Binary | 11001 | 1101100 | 11101001 | 1011001 | 110110 | 0 | 1001 | 11011000 | 1010011 | 110011 |
Color Harmonies of #196CE9
Complementary color
Monochromatic Colors of #196CE9
Black with #196CE9
Text Example
Text Example
White with #196CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CE9; }
p { color: rgb(25,108,233); }
H1.HeaderClassName
{
color: #196CE9;
}
.AnyTagClassName
{
color: #196CE9;
}
</style>
background-color css
<style>
a { background-color: #196CE9; }
a { background-color: rgb(25,108,233); }
div.DivClassName
{
background-color: #196CE9;
}
.BgClassName
{
background-color: #196CE9;
}
</style>
border-color css
<style>
span { border-color: #196CE9; }
span { border-color: rgb(25,108,233); }
td.TdClassName
{
border-color: #196CE9;
}
.TagClassName
{
border-color: #196CE9;
}
</style>