Html Css Color HEX #197ACE Navy Blue

📋 copy color: '#197ACE'

red 25 ◦ green 122 ◦ blue 206

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

Shades of Navy Blue #197ACE

Tints of Navy Blue #197ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 7.08%
G = 34.56%
B = 58.36%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#197ACE (or 0x197ACE) is known color: Navy Blue. HEX triplet: 19, 7A and CE. RGB value is (25,122,206). Sum of RGB (Red+Green+Blue) = 25+122+206=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #197ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ACE is #E68531. Grayscale: #666666. Windows color (decimal): -15107378 or 13531673. OLE color: 13531673.

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

Color convert

RGB 25 122 206 -
CMYK 0.88 0.41 0 0.19
HSL 207.85º 0.78% 0.45% -
HSV(B) 207.85º 0.88% 0.81% -
XYZ 18.5 18.58 61 -
YUV 102.57 186.36 72.67 -
System Red Green Blue C M Y K H S L
Decimal 25 122 206 0.88 0.41 0 0.19 207.85 0.78 0.45
Hex 19 7A CE 58 29 0 13 D0 4E 2D
Octal 31 172 316 130 51 0 23 320 116 55
Binary 11001 1111010 11001110 1011000 101001 0 10011 11010000 1001110 101101

Color Harmonies of #197ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ACE

Black with #197ACE

Text Example


Text Example

White with #197ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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