Html Css Color HEX #197DDB Navy Blue

📋 copy color: '#197DDB'

red 25 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #197DDB

Tints of Navy Blue #197DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

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

R = 6.78%
G = 33.88%
B = 59.35%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#197DDB (or 0x197DDB) is known color: Navy Blue. HEX triplet: 19, 7D and DB. RGB value is (25,125,219). Sum of RGB (Red+Green+Blue) = 25+125+219=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #197DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DDB is #E68224. Grayscale: #696969. Windows color (decimal): -15106597 or 14384409. OLE color: 14384409.

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

Color convert

RGB 25 125 219 -
CMYK 0.89 0.43 0 0.14
HSL 209.07º 0.8% 0.48% -
HSV(B) 209.07º 0.89% 0.86% -
XYZ 20.52 19.99 69.79 -
YUV 105.82 191.87 70.36 -
System Red Green Blue C M Y K H S L
Decimal 25 125 219 0.89 0.43 0 0.14 209.07 0.8 0.48
Hex 19 7D DB 59 2B 0 E D1 50 30
Octal 31 175 333 131 53 0 16 321 120 60
Binary 11001 1111101 11011011 1011001 101011 0 1110 11010001 1010000 110000

Color Harmonies of #197DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DDB

Black with #197DDB

Text Example


Text Example

White with #197DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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