#197ED7

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

Shades of Navy Blue #197ED7

Tints of Navy Blue #197ED7

Color information

#197ED7 (or 0x197ED7) is unknown color: approx Navy Blue. HEX triplet: 19, 7E and D7. RGB value is (25,126,215). Sum of RGB (Red+Green+Blue) = 25+126+215=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #197ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ED7 is #E68128. Grayscale: #696969. Windows color (decimal): -15106345 or 14122521. OLE color: 14122521.

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

Color convert

RGB25126215-
CMYK0.880.4100.16
HSL208.11º79.17%47.06%-
HSV(B)208.11º88.37%84.31%-
XYZ20.1320.0367.1-
YUV105.95189.5470.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.83%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 215 (84.38% from 255) = 58.74%
R=6.83%
G=34.43%
B=58.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251262150.880.4100.16208.1179.1747.06
Hex197ED75829010d04f2f
Octal311763271305102032011757
Binary110011111110110101111011000101001010000110100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,126,215); }

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

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

 a { background-color: rgb(25,126,215); }

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

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

 span { border-color: rgb(25,126,215); }

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