Html Css Color HEX #197ED1 Navy Blue

📋 copy color: '#197ED1'

red 25 ◦ green 126 ◦ blue 209

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

Shades of Navy Blue #197ED1

Tints of Navy Blue #197ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

 BLUE value IS 209 (82.03% from 255) = 58.06%

R = 6.94%
G = 35%
B = 58.06%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#197ED1 (or 0x197ED1) is known color: Navy Blue. HEX triplet: 19, 7E and D1. RGB value is (25,126,209). Sum of RGB (Red+Green+Blue) = 25+126+209=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #197ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ED1 is #E6812E. Grayscale: #686868. Windows color (decimal): -15106351 or 13729305. OLE color: 13729305.

HSL color Cylindrical-coordinate representation of color #197ED1: hue angle of 207.07º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197ED1 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 126 209 -
CMYK 0.88 0.40 0 0.18
HSL 207.07º 0.79% 0.46% -
HSV(B) 207.07º 0.88% 0.82% -
XYZ 19.37 19.73 63.11 -
YUV 105.26 186.54 70.75 -
System Red Green Blue C M Y K H S L
Decimal 25 126 209 0.88 0.40 0 0.18 207.07 0.79 0.46
Hex 19 7E D1 58 28 0 12 CF 4F 2E
Octal 31 176 321 130 50 0 22 317 117 56
Binary 11001 1111110 11010001 1011000 101000 0 10010 11001111 1001111 101110

Color Harmonies of #197ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ED1

Black with #197ED1

Text Example


Text Example

White with #197ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,126,209); }

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

background-color css

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

 a { background-color: rgb(25,126,209); }

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

border-color css

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

 span { border-color: rgb(25,126,209); }

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