#1C5DA3

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

Shades of Denim #1C5DA3

Tints of Denim #1C5DA3

Color information

#1C5DA3 (or 0x1C5DA3) is unknown color: approx Denim. HEX triplet: 1C, 5D and A3. RGB value is (28,93,163). Sum of RGB (Red+Green+Blue) = 28+93+163=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #1C5DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5DA3 is #E3A25C. Grayscale: #515151. Windows color (decimal): -14918237 or 10706204. OLE color: 10706204.

HSL color Cylindrical-coordinate representation of color #1C5DA3: hue angle of 211.11º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C5DA3 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2893163-
CMYK0.830.4300.36
HSL211.11º70.68%37.45%-
HSV(B)211.11º82.82%63.92%-
XYZ1110.7236.14-
YUV81.54173.9789.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 163 (64.06% from 255) = 57.39%
R=9.86%
G=32.75%
B=57.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28931630.830.4300.36211.1170.6837.45
Hex1C5DA3532B024d34725
Octal341352431235304432310745
Binary1110010111011010001110100111010110100100110100111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,93,163); }

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

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

 a { background-color: rgb(28,93,163); }

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

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

 span { border-color: rgb(28,93,163); }

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