#1C60C2

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

Shades of Denim #1C60C2

Tints of Denim #1C60C2

Color information

#1C60C2 (or 0x1C60C2) is unknown color: approx Denim. HEX triplet: 1C, 60 and C2. RGB value is (28,96,194). Sum of RGB (Red+Green+Blue) = 28+96+194=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C60C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C60C2 is #E39F3D. Grayscale: #565656. Windows color (decimal): -14917438 or 12738588. OLE color: 12738588.

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

Color convert

RGB2896194-
CMYK0.860.5100.24
HSL215.42º74.77%43.53%-
HSV(B)215.42º85.57%76.08%-
XYZ14.412.5152.69-
YUV86.84188.4786.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.81%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 194 (76.17% from 255) = 61.01%
R=8.81%
G=30.19%
B=61.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28961940.860.5100.24215.4274.7743.53
Hex1C60C25633018d74b2c
Octal341403021266303032711354
Binary111001100000110000101010110110011011000110101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C60C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,96,194); }

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

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

 a { background-color: rgb(28,96,194); }

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

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

 span { border-color: rgb(28,96,194); }

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