Shades of Navy Blue #196CDF
Tints of Navy Blue #196CDF
RGB
CMYK
RGB Variations
Color information
#196CDF (or 0x196CDF) is known color: Navy Blue. HEX triplet: 19, 6C and DF. RGB value is (25,108,223). Sum of RGB (Red+Green+Blue) = 25+108+223=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #196CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CDF is #E69320. Grayscale: #5F5F5F. Windows color (decimal): -15110945 or 14642201. OLE color: 14642201.
HSL color Cylindrical-coordinate representation of color #196CDF: hue angle of 214.85º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196CDF is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 108 | 223 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.13 |
| HSL | 214.85º | 0.8% | 0.49% | - |
| HSV(B) | 214.85º | 0.89% | 0.87% | - |
| XYZ | 19.08 | 16.26 | 71.94 | - |
| YUV | 96.29 | 199.5 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 223 | 0.89 | 0.52 | 0 | 0.13 | 214.85 | 0.8 | 0.49 |
| Hex | 19 | 6C | DF | 59 | 34 | 0 | D | D7 | 50 | 31 |
| Octal | 31 | 154 | 337 | 131 | 64 | 0 | 15 | 327 | 120 | 61 |
| Binary | 11001 | 1101100 | 11011111 | 1011001 | 110100 | 0 | 1101 | 11010111 | 1010000 | 110001 |
Color Harmonies of #196CDF
Complementary color
Monochromatic Colors of #196CDF
Black with #196CDF
Text Example
Text Example
White with #196CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196CDF; }
p { color: rgb(25,108,223); }
H1.HeaderClassName
{
color: #196CDF;
}
.AnyTagClassName
{
color: #196CDF;
}
</style>
background-color css
<style>
a { background-color: #196CDF; }
a { background-color: rgb(25,108,223); }
div.DivClassName
{
background-color: #196CDF;
}
.BgClassName
{
background-color: #196CDF;
}
</style>
border-color css
<style>
span { border-color: #196CDF; }
span { border-color: rgb(25,108,223); }
td.TdClassName
{
border-color: #196CDF;
}
.TagClassName
{
border-color: #196CDF;
}
</style>