#1C5CB1

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

Shades of Denim #1C5CB1

Tints of Denim #1C5CB1

Color information

#1C5CB1 (or 0x1C5CB1) is unknown color: approx Denim. HEX triplet: 1C, 5C and B1. RGB value is (28,92,177). Sum of RGB (Red+Green+Blue) = 28+92+177=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C5CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5CB1 is #E3A34E. Grayscale: #525252. Windows color (decimal): -14918479 or 11623452. OLE color: 11623452.

HSL color Cylindrical-coordinate representation of color #1C5CB1: hue angle of 214.23º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C5CB1 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2892177-
CMYK0.840.4800.31
HSL214.23º72.68%40.2%-
HSV(B)214.23º84.18%69.41%-
XYZ12.2411.0843.09-
YUV82.55181.389.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.43%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 177 (69.53% from 255) = 59.60%
R=9.43%
G=30.98%
B=59.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28921770.840.4800.31214.2372.6840.2
Hex1C5CB1543001Fd64928
Octal341342611246003732611150
Binary111001011100101100011010100110000011111110101101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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