#197bc4

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

Shades of Denim #197BC4

Tints of Denim #197BC4

Color information

#197BC4 (or 0x197BC4) is unknown color: approx Denim. HEX triplet: 19, 7B and C4. RGB value is (25,123,196). Sum of RGB (Red+Green+Blue) = 25+123+196=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #197BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BC4 is #E6843B. Grayscale: #656565. Windows color (decimal): -15107132 or 12876569. OLE color: 12876569.

HSL color Cylindrical-coordinate representation of color #197BC4: hue angle of 205.61º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197BC4 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB25123196-
CMYK0.870.3700.23
HSL205.61º77.38%43.33%-
HSV(B)205.61º87.24%76.86%-
XYZ17.4518.3654.85-
YUV102.02181.0373.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.27%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 196 (76.95% from 255) = 56.98%
R=7.27%
G=35.76%
B=56.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal251231960.870.3700.23205.6177.3843.33
Hex197BC45725017ce4d2b
Octal311733041274502731611553
Binary110011111011110001001010111100101010111110011101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197bc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,123,196); }

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

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

 a { background-color: rgb(25,123,196); }

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

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

 span { border-color: rgb(25,123,196); }

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