Html Css Color HEX #197EDA Navy Blue

📋 copy color: '#197EDA'

red 25 ◦ green 126 ◦ blue 218

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

Shades of Navy Blue #197EDA

Tints of Navy Blue #197EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 6.78%
G = 34.15%
B = 59.08%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#197EDA (or 0x197EDA) is known color: Navy Blue. HEX triplet: 19, 7E and DA. RGB value is (25,126,218). Sum of RGB (Red+Green+Blue) = 25+126+218=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #197EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EDA is #E68125. Grayscale: #696969. Windows color (decimal): -15106342 or 14319129. OLE color: 14319129.

HSL color Cylindrical-coordinate representation of color #197EDA: hue angle of 208.6º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197EDA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 126 218 -
CMYK 0.89 0.42 0 0.15
HSL 208.6º 0.79% 0.48% -
HSV(B) 208.6º 0.89% 0.85% -
XYZ 20.52 20.19 69.15 -
YUV 106.29 191.04 70.02 -
System Red Green Blue C M Y K H S L
Decimal 25 126 218 0.89 0.42 0 0.15 208.6 0.79 0.48
Hex 19 7E DA 59 2A 0 F D1 4F 30
Octal 31 176 332 131 52 0 17 321 117 60
Binary 11001 1111110 11011010 1011001 101010 0 1111 11010001 1001111 110000

Color Harmonies of #197EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197EDA

Black with #197EDA

Text Example


Text Example

White with #197EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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