#197AD6

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

Shades of Navy Blue #197AD6

Tints of Navy Blue #197AD6

Color information

#197AD6 (or 0x197AD6) is unknown color: approx Navy Blue. HEX triplet: 19, 7A and D6. RGB value is (25,122,214). Sum of RGB (Red+Green+Blue) = 25+122+214=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #197AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AD6 is #E68529. Grayscale: #676767. Windows color (decimal): -15107370 or 14055961. OLE color: 14055961.

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

Color convert

RGB25122214-
CMYK0.880.4300.16
HSL209.21º79.08%46.86%-
HSV(B)209.21º88.32%83.92%-
XYZ19.518.9866.25-
YUV103.48190.3672.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.93%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 214 (83.98% from 255) = 59.28%
R=6.93%
G=33.80%
B=59.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251222140.880.4300.16209.2179.0846.86
Hex197AD6582B010d14f2f
Octal311723261305302032111757
Binary110011111010110101101011000101011010000110100011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #197AD6;
 }
 .AnyTagClassName
 {
   color: #197AD6;
 }
</style>
background-color css

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

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

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

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

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

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