Html Css Color HEX #197ECE Navy Blue

📋 copy color: '#197ECE'

red 25 ◦ green 126 ◦ blue 206

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

Shades of Navy Blue #197ECE

Tints of Navy Blue #197ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 7%
G = 35.29%
B = 57.7%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#197ECE (or 0x197ECE) is known color: Navy Blue. HEX triplet: 19, 7E and CE. RGB value is (25,126,206). Sum of RGB (Red+Green+Blue) = 25+126+206=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #197ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ECE is #E68131. Grayscale: #686868. Windows color (decimal): -15106354 or 13532697. OLE color: 13532697.

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

Color convert

RGB 25 126 206 -
CMYK 0.88 0.39 0 0.19
HSL 206.52º 0.78% 0.45% -
HSV(B) 206.52º 0.88% 0.81% -
XYZ 19 19.58 61.17 -
YUV 104.92 185.04 71 -
System Red Green Blue C M Y K H S L
Decimal 25 126 206 0.88 0.39 0 0.19 206.52 0.78 0.45
Hex 19 7E CE 58 27 0 13 CF 4E 2D
Octal 31 176 316 130 47 0 23 317 116 55
Binary 11001 1111110 11001110 1011000 100111 0 10011 11001111 1001110 101101

Color Harmonies of #197ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ECE

Black with #197ECE

Text Example


Text Example

White with #197ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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