#197ACE

Color #197ACE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #197ACE

Tints of Navy Blue #197ACE

Color information

#197ACE (or 0x197ACE) is unknown color: approx 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

RGB25122206-
CMYK0.880.4100.19
HSL207.85º78.35%45.29%-
HSV(B)207.85º87.86%80.78%-
XYZ18.518.5861-
YUV102.57186.3672.67-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal251222060.880.4100.19207.8578.3545.29
Hex197ACE5829013d04e2d
Octal311723161305102332011655
Binary110011111010110011101011000101001010011110100001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>