#1C5EB5

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

Shades of Denim #1C5EB5

Tints of Denim #1C5EB5

Color information

#1C5EB5 (or 0x1C5EB5) is unknown color: approx Denim. HEX triplet: 1C, 5E and B5. RGB value is (28,94,181). Sum of RGB (Red+Green+Blue) = 28+94+181=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 181 (71.09% from 255 or 59.74% from 303); Max value from RGB is 181 - color contains mainly: blue. Hex color #1C5EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5EB5 is #E3A14A. Grayscale: #535353. Windows color (decimal): -14917963 or 11886108. OLE color: 11886108.

HSL color Cylindrical-coordinate representation of color #1C5EB5: hue angle of 214.12º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C5EB5 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2894181-
CMYK0.850.4800.29
HSL214.12º73.21%40.98%-
HSV(B)214.12º84.53%70.98%-
XYZ12.8211.5945.28-
YUV84.18182.6387.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 181 (71.09% from 255) = 59.74%
R=9.24%
G=31.02%
B=59.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28941810.850.4800.29214.1273.2140.98
Hex1C5EB5553001Dd64929
Octal341362651256003532611151
Binary111001011110101101011010101110000011101110101101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,94,181); }

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

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

 a { background-color: rgb(28,94,181); }

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

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

 span { border-color: rgb(28,94,181); }

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