Html Css Color HEX #197CDC Navy Blue

📋 copy color: '#197CDC'

red 25 ◦ green 124 ◦ blue 220

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

Shades of Navy Blue #197CDC

Tints of Navy Blue #197CDC

RGB

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

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

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

R = 6.78%
G = 33.6%
B = 59.62%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#197CDC (or 0x197CDC) is known color: Navy Blue. HEX triplet: 19, 7C and DC. RGB value is (25,124,220). Sum of RGB (Red+Green+Blue) = 25+124+220=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #197CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CDC is #E68323. Grayscale: #686868. Windows color (decimal): -15106852 or 14449689. OLE color: 14449689.

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

Color convert

RGB 25 124 220 -
CMYK 0.89 0.44 0 0.14
HSL 209.54º 0.8% 0.48% -
HSV(B) 209.54º 0.89% 0.86% -
XYZ 20.53 19.79 70.45 -
YUV 105.34 192.7 70.69 -
System Red Green Blue C M Y K H S L
Decimal 25 124 220 0.89 0.44 0 0.14 209.54 0.8 0.48
Hex 19 7C DC 59 2C 0 E D2 50 30
Octal 31 174 334 131 54 0 16 322 120 60
Binary 11001 1111100 11011100 1011001 101100 0 1110 11010010 1010000 110000

Color Harmonies of #197CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CDC

Black with #197CDC

Text Example


Text Example

White with #197CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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