#1C71C4

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

Shades of Denim #1C71C4

Tints of Denim #1C71C4

Color information

#1C71C4 (or 0x1C71C4) is unknown color: approx Denim. HEX triplet: 1C, 71 and C4. RGB value is (28,113,196). Sum of RGB (Red+Green+Blue) = 28+113+196=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C71C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C71C4 is #E38E3B. Grayscale: #606060. Windows color (decimal): -14913084 or 12874012. OLE color: 12874012.

HSL color Cylindrical-coordinate representation of color #1C71C4: hue angle of 209.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C71C4 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB28113196-
CMYK0.860.4200.23
HSL209.64º75%43.92%-
HSV(B)209.64º85.71%76.86%-
XYZ16.3516.0454.46-
YUV97.05183.8478.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 196 (76.95% from 255) = 58.16%
R=8.31%
G=33.53%
B=58.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281131960.860.4200.23209.647543.92
Hex1C71C4562A017d24b2c
Octal341613041265202732211354
Binary111001110001110001001010110101010010111110100101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C71C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C71C4; }

 p { color: rgb(28,113,196); }

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

<style>
 a { background-color: #1C71C4; }

 a { background-color: rgb(28,113,196); }

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

<style>
 span { border-color: #1C71C4; }

 span { border-color: rgb(28,113,196); }

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