#1C59BF

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

Shades of Denim #1C59BF

Tints of Denim #1C59BF

Color information

#1C59BF (or 0x1C59BF) is unknown color: approx Denim. HEX triplet: 1C, 59 and BF. RGB value is (28,89,191). Sum of RGB (Red+Green+Blue) = 28+89+191=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C59BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C59BF is #E3A640. Grayscale: #515151. Windows color (decimal): -14919233 or 12540188. OLE color: 12540188.

HSL color Cylindrical-coordinate representation of color #1C59BF: hue angle of 217.55º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C59BF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2889191-
CMYK0.850.5300.25
HSL217.55º74.43%42.94%-
HSV(B)217.55º85.34%74.9%-
XYZ13.4611.1550.73-
YUV82.39189.2989.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.09%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 191 (75% from 255) = 62.01%
R=9.09%
G=28.90%
B=62.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28891910.850.5300.25217.5574.4342.94
Hex1C59BF5535019da4a2b
Octal341312771256503133211253
Binary111001011001101111111010101110101011001110110101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,89,191); }

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

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

 a { background-color: rgb(28,89,191); }

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

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

 span { border-color: rgb(28,89,191); }

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