Html Css Color HEX #197DCD Navy Blue

📋 copy color: '#197DCD'

red 25 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #197DCD

Tints of Navy Blue #197DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 7.04%
G = 35.21%
B = 57.75%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#197DCD (or 0x197DCD) is known color: Navy Blue. HEX triplet: 19, 7D and CD. RGB value is (25,125,205). Sum of RGB (Red+Green+Blue) = 25+125+205=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #197DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DCD is #E68232. Grayscale: #676767. Windows color (decimal): -15106611 or 13466905. OLE color: 13466905.

HSL color Cylindrical-coordinate representation of color #197DCD: hue angle of 206.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197DCD is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 125 205 -
CMYK 0.88 0.39 0 0.20
HSL 206.67º 0.78% 0.45% -
HSV(B) 206.67º 0.88% 0.8% -
XYZ 18.75 19.28 60.49 -
YUV 104.22 184.87 71.5 -
System Red Green Blue C M Y K H S L
Decimal 25 125 205 0.88 0.39 0 0.20 206.67 0.78 0.45
Hex 19 7D CD 58 27 0 14 CF 4E 2D
Octal 31 175 315 130 47 0 24 317 116 55
Binary 11001 1111101 11001101 1011000 100111 0 10100 11001111 1001110 101101

Color Harmonies of #197DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DCD

Black with #197DCD

Text Example


Text Example

White with #197DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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