#197ECA

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

Shades of Denim #197ECA

Tints of Denim #197ECA

Color information

#197ECA (or 0x197ECA) is unknown color: approx Denim. HEX triplet: 19, 7E and CA. RGB value is (25,126,202). Sum of RGB (Red+Green+Blue) = 25+126+202=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #197ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ECA is #E68135. Grayscale: #686868. Windows color (decimal): -15106358 or 13270553. OLE color: 13270553.

HSL color Cylindrical-coordinate representation of color #197ECA: hue angle of 205.76º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197ECA is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25126202-
CMYK0.880.3800.21
HSL205.76º77.97%44.51%-
HSV(B)205.76º87.62%79.22%-
XYZ18.5219.3958.64-
YUV104.46183.0471.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.08%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=7.08%
G=35.69%
B=57.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251262020.880.3800.21205.7677.9744.51
Hex197ECA5826015ce4e2d
Octal311763121304602531611655
Binary110011111110110010101011000100110010101110011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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