Html Css Color HEX #196DDB Navy Blue

📋 copy color: '#196DDB'

red 25 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #196DDB

Tints of Navy Blue #196DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

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

R = 7.08%
G = 30.88%
B = 62.04%

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

#196DDB (or 0x196DDB) is known color: Navy Blue. HEX triplet: 19, 6D and DB. RGB value is (25,109,219). Sum of RGB (Red+Green+Blue) = 25+109+219=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #196DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DDB is #E69224. Grayscale: #5F5F5F. Windows color (decimal): -15110693 or 14380313. OLE color: 14380313.

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

Color convert

RGB 25 109 219 -
CMYK 0.89 0.50 0 0.14
HSL 214.02º 0.8% 0.48% -
HSV(B) 214.02º 0.89% 0.86% -
XYZ 18.66 16.26 69.17 -
YUV 96.42 197.17 77.06 -
System Red Green Blue C M Y K H S L
Decimal 25 109 219 0.89 0.50 0 0.14 214.02 0.8 0.48
Hex 19 6D DB 59 32 0 E D6 50 30
Octal 31 155 333 131 62 0 16 326 120 60
Binary 11001 1101101 11011011 1011001 110010 0 1110 11010110 1010000 110000

Color Harmonies of #196DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DDB

Black with #196DDB

Text Example


Text Example

White with #196DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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