#1971C6

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

Shades of Denim #1971C6

Tints of Denim #1971C6

Color information

#1971C6 (or 0x1971C6) is unknown color: approx Denim. HEX triplet: 19, 71 and C6. RGB value is (25,113,198). Sum of RGB (Red+Green+Blue) = 25+113+198=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #1971C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1971C6 is #E68E39. Grayscale: #5F5F5F. Windows color (decimal): -15109690 or 13005081. OLE color: 13005081.

HSL color Cylindrical-coordinate representation of color #1971C6: hue angle of 209.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1971C6 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB25113198-
CMYK0.870.4300.22
HSL209.48º77.58%43.73%-
HSV(B)209.48º87.37%77.65%-
XYZ16.516.0955.66-
YUV96.38185.3577.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.44%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 198 (77.73% from 255) = 58.93%
R=7.44%
G=33.63%
B=58.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal251131980.870.4300.22209.4877.5843.73
Hex1971C6572B016d14e2c
Octal311613061275302632111654
Binary110011110001110001101010111101011010110110100011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1971C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1971C6; }

 p { color: rgb(25,113,198); }

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

<style>
 a { background-color: #1971C6; }

 a { background-color: rgb(25,113,198); }

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

<style>
 span { border-color: #1971C6; }

 span { border-color: rgb(25,113,198); }

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