#1C5CE0

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

Shades of Denim #1C5CE0

Tints of Denim #1C5CE0

Color information

#1C5CE0 (or 0x1C5CE0) is unknown color: approx Denim. HEX triplet: 1C, 5C and E0. RGB value is (28,92,224). Sum of RGB (Red+Green+Blue) = 28+92+224=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C5CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CE0 is #E3A31F. Grayscale: #575757. Windows color (decimal): -14918432 or 14703644. OLE color: 14703644.

HSL color Cylindrical-coordinate representation of color #1C5CE0: hue angle of 220.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C5CE0 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2892224-
CMYK0.880.5900.12
HSL220.41º77.78%49.41%-
HSV(B)220.41º87.5%87.84%-
XYZ17.7613.2872.15-
YUV87.91204.885.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.14%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 224 (87.89% from 255) = 65.12%
R=8.14%
G=26.74%
B=65.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal28922240.880.5900.12220.4177.7849.41
Hex1C5CE0583B0Cdc4e31
Octal341343401307301433411661
Binary11100101110011100000101100011101101100110111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,92,224); }

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

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

 a { background-color: rgb(28,92,224); }

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

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

 span { border-color: rgb(28,92,224); }

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