Shades of Navy Blue #196BDF
Tints of Navy Blue #196BDF
RGB
CMYK
RGB Variations
Color information
#196BDF (or 0x196BDF) is known color: Navy Blue. HEX triplet: 19, 6B and DF. RGB value is (25,107,223). Sum of RGB (Red+Green+Blue) = 25+107+223=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #196BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BDF is #E69420. Grayscale: #5F5F5F. Windows color (decimal): -15111201 or 14641945. OLE color: 14641945.
HSL color Cylindrical-coordinate representation of color #196BDF: hue angle of 215.15º 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 #196BDF is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 107 | 223 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.13 |
| HSL | 215.15º | 0.8% | 0.49% | - |
| HSV(B) | 215.15º | 0.89% | 0.87% | - |
| XYZ | 18.98 | 16.05 | 71.91 | - |
| YUV | 95.71 | 199.83 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 223 | 0.89 | 0.52 | 0 | 0.13 | 215.15 | 0.8 | 0.49 |
| Hex | 19 | 6B | DF | 59 | 34 | 0 | D | D7 | 50 | 31 |
| Octal | 31 | 153 | 337 | 131 | 64 | 0 | 15 | 327 | 120 | 61 |
| Binary | 11001 | 1101011 | 11011111 | 1011001 | 110100 | 0 | 1101 | 11010111 | 1010000 | 110001 |
Color Harmonies of #196BDF
Complementary color
Monochromatic Colors of #196BDF
Black with #196BDF
Text Example
Text Example
White with #196BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196BDF; }
p { color: rgb(25,107,223); }
H1.HeaderClassName
{
color: #196BDF;
}
.AnyTagClassName
{
color: #196BDF;
}
</style>
background-color css
<style>
a { background-color: #196BDF; }
a { background-color: rgb(25,107,223); }
div.DivClassName
{
background-color: #196BDF;
}
.BgClassName
{
background-color: #196BDF;
}
</style>
border-color css
<style>
span { border-color: #196BDF; }
span { border-color: rgb(25,107,223); }
td.TdClassName
{
border-color: #196BDF;
}
.TagClassName
{
border-color: #196BDF;
}
</style>