#1D5AAD

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

Shades of Denim #1D5AAD

Tints of Denim #1D5AAD

Color information

#1D5AAD (or 0x1D5AAD) is unknown color: approx Denim. HEX triplet: 1D, 5A and AD. RGB value is (29,90,173). Sum of RGB (Red+Green+Blue) = 29+90+173=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5AAD is #E2A552. Grayscale: #505050. Windows color (decimal): -14853459 or 11360797. OLE color: 11360797.

HSL color Cylindrical-coordinate representation of color #1D5AAD: hue angle of 214.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D5AAD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2990173-
CMYK0.830.4800.32
HSL214.58º71.29%39.61%-
HSV(B)214.58º83.24%67.84%-
XYZ11.7110.5940.96-
YUV81.22179.7990.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.93%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=9.93%
G=30.82%
B=59.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29901730.830.4800.32214.5871.2939.61
Hex1D5AAD5330020d74728
Octal351322551236004032710750
Binary1110110110101010110110100111100000100000110101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,90,173); }

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

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

 a { background-color: rgb(29,90,173); }

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

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

 span { border-color: rgb(29,90,173); }

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