#197FC1

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

Shades of Denim #197FC1

Tints of Denim #197FC1

Color information

#197FC1 (or 0x197FC1) is unknown color: approx Denim. HEX triplet: 19, 7F and C1. RGB value is (25,127,193). Sum of RGB (Red+Green+Blue) = 25+127+193=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #197FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FC1 is #E6803E. Grayscale: #676767. Windows color (decimal): -15106111 or 12680985. OLE color: 12680985.

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

Color convert

RGB25127193-
CMYK0.870.3400.24
HSL203.57º77.06%42.75%-
HSV(B)203.57º87.05%75.69%-
XYZ17.6219.2453.24-
YUV104.03178.2171.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.25%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=7.25%
G=36.81%
B=55.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251271930.870.3400.24203.5777.0642.75
Hex197FC15722018cc4d2b
Octal311773011274203031411553
Binary110011111111110000011010111100010011000110011001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,127,193); }

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

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

 a { background-color: rgb(25,127,193); }

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

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

 span { border-color: rgb(25,127,193); }

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