Html Css Color HEX #197AD2 Navy Blue

📋 copy color: '#197AD2'

red 25 ◦ green 122 ◦ blue 210

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

Shades of Navy Blue #197AD2

Tints of Navy Blue #197AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.82%

R = 7%
G = 34.17%
B = 58.82%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#197AD2 (or 0x197AD2) is known color: Navy Blue. HEX triplet: 19, 7A and D2. RGB value is (25,122,210). Sum of RGB (Red+Green+Blue) = 25+122+210=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #197AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AD2 is #E6852D. Grayscale: #666666. Windows color (decimal): -15107374 or 13793817. OLE color: 13793817.

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

Color convert

RGB 25 122 210 -
CMYK 0.88 0.42 0 0.18
HSL 208.54º 0.79% 0.46% -
HSV(B) 208.54º 0.88% 0.82% -
XYZ 18.99 18.78 63.6 -
YUV 103.03 188.36 72.34 -
System Red Green Blue C M Y K H S L
Decimal 25 122 210 0.88 0.42 0 0.18 208.54 0.79 0.46
Hex 19 7A D2 58 2A 0 12 D1 4F 2E
Octal 31 172 322 130 52 0 22 321 117 56
Binary 11001 1111010 11010010 1011000 101010 0 10010 11010001 1001111 101110

Color Harmonies of #197AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197AD2

Black with #197AD2

Text Example


Text Example

White with #197AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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