Html Css Color HEX #197CD5 Navy Blue

📋 copy color: '#197CD5'

red 25 ◦ green 124 ◦ blue 213

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

Shades of Navy Blue #197CD5

Tints of Navy Blue #197CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.84%

R = 6.91%
G = 34.25%
B = 58.84%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#197CD5 (or 0x197CD5) is known color: Navy Blue. HEX triplet: 19, 7C and D5. RGB value is (25,124,213). Sum of RGB (Red+Green+Blue) = 25+124+213=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #197CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CD5 is #E6832A. Grayscale: #686868. Windows color (decimal): -15106859 or 13990937. OLE color: 13990937.

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

Color convert

RGB 25 124 213 -
CMYK 0.88 0.42 0 0.16
HSL 208.4º 0.79% 0.47% -
HSV(B) 208.4º 0.88% 0.84% -
XYZ 19.62 19.43 65.67 -
YUV 104.55 189.2 71.26 -
System Red Green Blue C M Y K H S L
Decimal 25 124 213 0.88 0.42 0 0.16 208.4 0.79 0.47
Hex 19 7C D5 58 2A 0 10 D0 4F 2F
Octal 31 174 325 130 52 0 20 320 117 57
Binary 11001 1111100 11010101 1011000 101010 0 10000 11010000 1001111 101111

Color Harmonies of #197CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CD5

Black with #197CD5

Text Example


Text Example

White with #197CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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