#1C5DBC

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

Shades of Denim #1C5DBC

Tints of Denim #1C5DBC

Color information

#1C5DBC (or 0x1C5DBC) is unknown color: approx Denim. HEX triplet: 1C, 5D and BC. RGB value is (28,93,188). Sum of RGB (Red+Green+Blue) = 28+93+188=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C5DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5DBC is #E3A243. Grayscale: #535353. Windows color (decimal): -14918212 or 12344604. OLE color: 12344604.

HSL color Cylindrical-coordinate representation of color #1C5DBC: hue angle of 215.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C5DBC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2893188-
CMYK0.850.5100.26
HSL215.62º74.07%42.35%-
HSV(B)215.62º85.11%73.73%-
XYZ13.4711.7149.13-
YUV84.4186.4787.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.06%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=9.06%
G=30.10%
B=60.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28931880.850.5100.26215.6274.0742.35
Hex1C5DBC553301Ad84a2a
Octal341352741256303233011252
Binary111001011101101111001010101110011011010110110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,93,188); }

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

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

 a { background-color: rgb(28,93,188); }

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

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

 span { border-color: rgb(28,93,188); }

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