Html Css Color HEX #196EDB Navy Blue

📋 copy color: '#196EDB'

red 25 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #196EDB

Tints of Navy Blue #196EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 7.06%
G = 31.07%
B = 61.86%

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

#196EDB (or 0x196EDB) is known color: Navy Blue. HEX triplet: 19, 6E and DB. RGB value is (25,110,219). Sum of RGB (Red+Green+Blue) = 25+110+219=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #196EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196EDB is #E69124. Grayscale: #606060. Windows color (decimal): -15110437 or 14380569. OLE color: 14380569.

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

Color convert

RGB 25 110 219 -
CMYK 0.89 0.50 0 0.14
HSL 213.71º 0.8% 0.48% -
HSV(B) 213.71º 0.89% 0.86% -
XYZ 18.76 16.47 69.21 -
YUV 97.01 196.84 76.64 -
System Red Green Blue C M Y K H S L
Decimal 25 110 219 0.89 0.50 0 0.14 213.71 0.8 0.48
Hex 19 6E DB 59 32 0 E D6 50 30
Octal 31 156 333 131 62 0 16 326 120 60
Binary 11001 1101110 11011011 1011001 110010 0 1110 11010110 1010000 110000

Color Harmonies of #196EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EDB

Black with #196EDB

Text Example


Text Example

White with #196EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,110,219); }

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

background-color css

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

 a { background-color: rgb(25,110,219); }

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

border-color css

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

 span { border-color: rgb(25,110,219); }

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