Html Css Color HEX #197CCD Navy Blue

📋 copy color: '#197CCD'

red 25 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #197CCD

Tints of Navy Blue #197CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

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

R = 7.06%
G = 35.03%
B = 57.91%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#197CCD (or 0x197CCD) is known color: Navy Blue. HEX triplet: 19, 7C and CD. RGB value is (25,124,205). Sum of RGB (Red+Green+Blue) = 25+124+205=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #197CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CCD is #E68332. Grayscale: #676767. Windows color (decimal): -15106867 or 13466649. OLE color: 13466649.

HSL color Cylindrical-coordinate representation of color #197CCD: hue angle of 207º 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 #197CCD is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 124 205 -
CMYK 0.88 0.40 0 0.20
HSL 207º 0.78% 0.45% -
HSV(B) 207º 0.88% 0.8% -
XYZ 18.63 19.03 60.45 -
YUV 103.63 185.2 71.91 -
System Red Green Blue C M Y K H S L
Decimal 25 124 205 0.88 0.40 0 0.20 207 0.78 0.45
Hex 19 7C CD 58 28 0 14 CF 4E 2D
Octal 31 174 315 130 50 0 24 317 116 55
Binary 11001 1111100 11001101 1011000 101000 0 10100 11001111 1001110 101101

Color Harmonies of #197CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CCD

Black with #197CCD

Text Example


Text Example

White with #197CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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