#1C5AB9

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

Shades of Denim #1C5AB9

Tints of Denim #1C5AB9

Color information

#1C5AB9 (or 0x1C5AB9) is unknown color: approx Denim. HEX triplet: 1C, 5A and B9. RGB value is (28,90,185). Sum of RGB (Red+Green+Blue) = 28+90+185=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #1C5AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5AB9 is #E3A546. Grayscale: #515151. Windows color (decimal): -14918983 or 12147228. OLE color: 12147228.

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

Color convert

RGB2890185-
CMYK0.850.5100.27
HSL216.31º73.71%41.76%-
HSV(B)216.31º84.86%72.55%-
XYZ12.8911.0647.35-
YUV82.29185.9689.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 185 (72.66% from 255) = 61.06%
R=9.24%
G=29.70%
B=61.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28901850.850.5100.27216.3173.7141.76
Hex1C5AB9553301Bd84a2a
Octal341322711256303333011252
Binary111001011010101110011010101110011011011110110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,90,185); }

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

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

 a { background-color: rgb(28,90,185); }

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

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

 span { border-color: rgb(28,90,185); }

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