Html Css Color HEX #197DDC Navy Blue

📋 copy color: '#197DDC'

red 25 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #197DDC

Tints of Navy Blue #197DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 6.76%
G = 33.78%
B = 59.46%

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

#197DDC (or 0x197DDC) is known color: Navy Blue. HEX triplet: 19, 7D and DC. RGB value is (25,125,220). Sum of RGB (Red+Green+Blue) = 25+125+220=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #197DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DDC is #E68223. Grayscale: #696969. Windows color (decimal): -15106596 or 14449945. OLE color: 14449945.

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

Color convert

RGB 25 125 220 -
CMYK 0.89 0.43 0 0.14
HSL 209.23º 0.8% 0.48% -
HSV(B) 209.23º 0.89% 0.86% -
XYZ 20.65 20.04 70.49 -
YUV 105.93 192.37 70.28 -
System Red Green Blue C M Y K H S L
Decimal 25 125 220 0.89 0.43 0 0.14 209.23 0.8 0.48
Hex 19 7D DC 59 2B 0 E D1 50 30
Octal 31 175 334 131 53 0 16 321 120 60
Binary 11001 1111101 11011100 1011001 101011 0 1110 11010001 1010000 110000

Color Harmonies of #197DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DDC

Black with #197DDC

Text Example


Text Example

White with #197DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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