#1D5EA6

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

Shades of Denim #1D5EA6

Tints of Denim #1D5EA6

Color information

#1D5EA6 (or 0x1D5EA6) is unknown color: approx Denim. HEX triplet: 1D, 5E and A6. RGB value is (29,94,166). Sum of RGB (Red+Green+Blue) = 29+94+166=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #1D5EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5EA6 is #E2A159. Grayscale: #525252. Windows color (decimal): -14852442 or 10903069. OLE color: 10903069.

HSL color Cylindrical-coordinate representation of color #1D5EA6: hue angle of 211.53º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D5EA6 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2994166-
CMYK0.830.4300.35
HSL211.53º70.26%38.24%-
HSV(B)211.53º82.53%65.1%-
XYZ11.3911.0237.6-
YUV82.77174.9789.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 166 (65.23% from 255) = 57.44%
R=10.03%
G=32.53%
B=57.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29941660.830.4300.35211.5370.2638.24
Hex1D5EA6532B023d44626
Octal351362461235304332410646
Binary1110110111101010011010100111010110100011110101001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,94,166); }

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

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

 a { background-color: rgb(29,94,166); }

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

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

 span { border-color: rgb(29,94,166); }

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