Html Css Color HEX #196ADB Navy Blue

📋 copy color: '#196ADB'

red 25 ◦ green 106 ◦ blue 219

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

Shades of Navy Blue #196ADB

Tints of Navy Blue #196ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 7.14%
G = 30.29%
B = 62.57%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#196ADB (or 0x196ADB) is known color: Navy Blue. HEX triplet: 19, 6A and DB. RGB value is (25,106,219). Sum of RGB (Red+Green+Blue) = 25+106+219=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #196ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ADB is #E69524. Grayscale: #5E5E5E. Windows color (decimal): -15111461 or 14379545. OLE color: 14379545.

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

Color convert

RGB 25 106 219 -
CMYK 0.89 0.52 0 0.14
HSL 214.95º 0.8% 0.48% -
HSV(B) 214.95º 0.89% 0.86% -
XYZ 18.34 15.63 69.07 -
YUV 94.66 198.16 78.31 -
System Red Green Blue C M Y K H S L
Decimal 25 106 219 0.89 0.52 0 0.14 214.95 0.8 0.48
Hex 19 6A DB 59 34 0 E D7 50 30
Octal 31 152 333 131 64 0 16 327 120 60
Binary 11001 1101010 11011011 1011001 110100 0 1110 11010111 1010000 110000

Color Harmonies of #196ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ADB

Black with #196ADB

Text Example


Text Example

White with #196ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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