Html Css Color HEX #197ADE Navy Blue

📋 copy color: '#197ADE'

red 25 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #197ADE

Tints of Navy Blue #197ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 6.78%
G = 33.06%
B = 60.16%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#197ADE (or 0x197ADE) is known color: Navy Blue. HEX triplet: 19, 7A and DE. RGB value is (25,122,222). Sum of RGB (Red+Green+Blue) = 25+122+222=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #197ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ADE is #E68521. Grayscale: #676767. Windows color (decimal): -15107362 or 14580249. OLE color: 14580249.

HSL color Cylindrical-coordinate representation of color #197ADE: hue angle of 210.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197ADE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 122 222 -
CMYK 0.89 0.45 0 0.13
HSL 210.46º 0.8% 0.48% -
HSV(B) 210.46º 0.89% 0.87% -
XYZ 20.55 19.4 71.77 -
YUV 104.4 194.36 71.37 -
System Red Green Blue C M Y K H S L
Decimal 25 122 222 0.89 0.45 0 0.13 210.46 0.8 0.48
Hex 19 7A DE 59 2D 0 D D2 50 30
Octal 31 172 336 131 55 0 15 322 120 60
Binary 11001 1111010 11011110 1011001 101101 0 1101 11010010 1010000 110000

Color Harmonies of #197ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ADE

Black with #197ADE

Text Example


Text Example

White with #197ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,122,222); }

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

background-color css

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

 a { background-color: rgb(25,122,222); }

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

border-color css

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

 span { border-color: rgb(25,122,222); }

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