Html Css Color HEX #197AD5 Navy Blue

📋 copy color: '#197AD5'

red 25 ◦ green 122 ◦ blue 213

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

Shades of Navy Blue #197AD5

Tints of Navy Blue #197AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.17%

R = 6.94%
G = 33.89%
B = 59.17%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#197AD5 (or 0x197AD5) is known color: Navy Blue. HEX triplet: 19, 7A and D5. RGB value is (25,122,213). Sum of RGB (Red+Green+Blue) = 25+122+213=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #197AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AD5 is #E6852A. Grayscale: #666666. Windows color (decimal): -15107371 or 13990425. OLE color: 13990425.

HSL color Cylindrical-coordinate representation of color #197AD5: hue angle of 209.04º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197AD5 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 122 213 -
CMYK 0.88 0.43 0 0.16
HSL 209.04º 0.79% 0.47% -
HSV(B) 209.04º 0.88% 0.84% -
XYZ 19.37 18.93 65.58 -
YUV 103.37 189.86 72.1 -
System Red Green Blue C M Y K H S L
Decimal 25 122 213 0.88 0.43 0 0.16 209.04 0.79 0.47
Hex 19 7A D5 58 2B 0 10 D1 4F 2F
Octal 31 172 325 130 53 0 20 321 117 57
Binary 11001 1111010 11010101 1011000 101011 0 10000 11010001 1001111 101111

Color Harmonies of #197AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197AD5

Black with #197AD5

Text Example


Text Example

White with #197AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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