#1C5BB1

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

Shades of Denim #1C5BB1

Tints of Denim #1C5BB1

Color information

#1C5BB1 (or 0x1C5BB1) is unknown color: approx Denim. HEX triplet: 1C, 5B and B1. RGB value is (28,91,177). Sum of RGB (Red+Green+Blue) = 28+91+177=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C5BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5BB1 is #E3A44E. Grayscale: #515151. Windows color (decimal): -14918735 or 11623196. OLE color: 11623196.

HSL color Cylindrical-coordinate representation of color #1C5BB1: hue angle of 214.63º 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 #1C5BB1 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2891177-
CMYK0.840.4900.31
HSL214.63º72.68%40.2%-
HSV(B)214.63º84.18%69.41%-
XYZ12.1610.943.06-
YUV81.97181.6389.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.46%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 177 (69.53% from 255) = 59.80%
R=9.46%
G=30.74%
B=59.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28911770.840.4900.31214.6372.6840.2
Hex1C5BB1543101Fd74928
Octal341332611246103732711150
Binary111001011011101100011010100110001011111110101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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