Html Css Color HEX #197ECF Navy Blue

📋 copy color: '#197ECF'

red 25 ◦ green 126 ◦ blue 207

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

Shades of Navy Blue #197ECF

Tints of Navy Blue #197ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.82%

R = 6.98%
G = 35.2%
B = 57.82%

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

#197ECF (or 0x197ECF) is known color: Navy Blue. HEX triplet: 19, 7E and CF. RGB value is (25,126,207). Sum of RGB (Red+Green+Blue) = 25+126+207=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #197ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ECF is #E68130. Grayscale: #686868. Windows color (decimal): -15106353 or 13598233. OLE color: 13598233.

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

Color convert

RGB 25 126 207 -
CMYK 0.88 0.39 0 0.19
HSL 206.7º 0.78% 0.45% -
HSV(B) 206.7º 0.88% 0.81% -
XYZ 19.12 19.63 61.81 -
YUV 105.04 185.54 70.91 -
System Red Green Blue C M Y K H S L
Decimal 25 126 207 0.88 0.39 0 0.19 206.7 0.78 0.45
Hex 19 7E CF 58 27 0 13 CF 4E 2D
Octal 31 176 317 130 47 0 23 317 116 55
Binary 11001 1111110 11001111 1011000 100111 0 10011 11001111 1001110 101101

Color Harmonies of #197ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ECF

Black with #197ECF

Text Example


Text Example

White with #197ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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