Html Css Color HEX #196FDC Navy Blue

📋 copy color: '#196FDC'

red 25 ◦ green 111 ◦ blue 220

#196FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #196FDC

Tints of Navy Blue #196FDC

RGB

 RED value IS 25 (10.16% from 255) = 7.02%

 GREEN value IS 111 (43.75% from 255) = 31.18%

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 7.02%
G = 31.18%
B = 61.8%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#196FDC (or 0x196FDC) is known color: Navy Blue. HEX triplet: 19, 6F and DC. RGB value is (25,111,220). Sum of RGB (Red+Green+Blue) = 25+111+220=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #196FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FDC is #E69023. Grayscale: #616161. Windows color (decimal): -15110180 or 14446361. OLE color: 14446361.

HSL color Cylindrical-coordinate representation of color #196FDC: hue angle of 213.54º 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 #196FDC is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 111 220 -
CMYK 0.89 0.50 0 0.14
HSL 213.54º 0.8% 0.48% -
HSV(B) 213.54º 0.89% 0.86% -
XYZ 19 16.74 69.94 -
YUV 97.71 197.01 76.14 -
System Red Green Blue C M Y K H S L
Decimal 25 111 220 0.89 0.50 0 0.14 213.54 0.8 0.48
Hex 19 6F DC 59 32 0 E D6 50 30
Octal 31 157 334 131 62 0 16 326 120 60
Binary 11001 1101111 11011100 1011001 110010 0 1110 11010110 1010000 110000

Color Harmonies of #196FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196FDC

Black with #196FDC

Text Example


Text Example

White with #196FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #196FDC;
 }
 .AnyTagClassName
 {
   color: #196FDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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