Html Css Color HEX #197DD8 Navy Blue

📋 copy color: '#197DD8'

red 25 ◦ green 125 ◦ blue 216

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

Shades of Navy Blue #197DD8

Tints of Navy Blue #197DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 6.83%
G = 34.15%
B = 59.02%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#197DD8 (or 0x197DD8) is known color: Navy Blue. HEX triplet: 19, 7D and D8. RGB value is (25,125,216). Sum of RGB (Red+Green+Blue) = 25+125+216=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #197DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DD8 is #E68227. Grayscale: #696969. Windows color (decimal): -15106600 or 14187801. OLE color: 14187801.

HSL color Cylindrical-coordinate representation of color #197DD8: hue angle of 208.59º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197DD8 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 125 216 -
CMYK 0.88 0.42 0 0.15
HSL 208.59º 0.79% 0.47% -
HSV(B) 208.59º 0.88% 0.85% -
XYZ 20.13 19.83 67.73 -
YUV 105.47 190.37 70.6 -
System Red Green Blue C M Y K H S L
Decimal 25 125 216 0.88 0.42 0 0.15 208.59 0.79 0.47
Hex 19 7D D8 58 2A 0 F D1 4F 2F
Octal 31 175 330 130 52 0 17 321 117 57
Binary 11001 1111101 11011000 1011000 101010 0 1111 11010001 1001111 101111

Color Harmonies of #197DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DD8

Black with #197DD8

Text Example


Text Example

White with #197DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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