#196DDC

Color #196DDC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #196DDC

Tints of Navy Blue #196DDC

Color information

#196DDC (or 0x196DDC) is unknown color: approx Navy Blue. HEX triplet: 19, 6D and DC. RGB value is (25,109,220). Sum of RGB (Red+Green+Blue) = 25+109+220=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #196DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DDC is #E69223. Grayscale: #606060. Windows color (decimal): -15110692 or 14445849. OLE color: 14445849.

HSL color Cylindrical-coordinate representation of color #196DDC: hue angle of 214.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196DDC is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB25109220-
CMYK0.890.5000.14
HSL214.15º79.59%48.04%-
HSV(B)214.15º88.64%86.27%-
XYZ18.7916.3169.87-
YUV96.54197.6776.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 7.06%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 220 (86.33% from 255) = 62.15%
R=7.06%
G=30.79%
B=62.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal251092200.890.5000.14214.1579.5948.04
Hex196DDC59320Ed65030
Octal311553341316201632612060
Binary11001110110111011100101100111001001110110101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196DDC; }

 p { color: rgb(25,109,220); }

 H1.HeaderClassName
 {
   color: #196DDC;
 }
 .AnyTagClassName
 {
   color: #196DDC;
 }
</style>
background-color css

<style>
 a { background-color: #196DDC; }

 a { background-color: rgb(25,109,220); }

 div.DivClassName
 {
   background-color: #196DDC;
 }
 .BgClassName
 {
   background-color: #196DDC;
 }
</style>
border-color css

<style>
 span { border-color: #196DDC; }

 span { border-color: rgb(25,109,220); }

 td.TdClassName
 {
   border-color: #196DDC;
 }
 .TagClassName
 {
   border-color: #196DDC;
 }
</style>