#1D5CA6

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

Shades of Denim #1D5CA6

Tints of Denim #1D5CA6

Color information

#1D5CA6 (or 0x1D5CA6) is unknown color: approx Denim. HEX triplet: 1D, 5C and A6. RGB value is (29,92,166). Sum of RGB (Red+Green+Blue) = 29+92+166=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 166 (65.23% from 255 or 57.84% from 287); Max value from RGB is 166 - color contains mainly: blue. Hex color #1D5CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5CA6 is #E2A359. Grayscale: #515151. Windows color (decimal): -14852954 or 10902557. OLE color: 10902557.

HSL color Cylindrical-coordinate representation of color #1D5CA6: hue angle of 212.41º 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 #1D5CA6 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2992166-
CMYK0.830.4500.35
HSL212.41º70.26%38.24%-
HSV(B)212.41º82.53%65.1%-
XYZ11.2210.6737.54-
YUV81.6175.6390.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.10%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 166 (65.23% from 255) = 57.84%
R=10.10%
G=32.06%
B=57.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29921660.830.4500.35212.4170.2638.24
Hex1D5CA6532D023d44626
Octal351342461235504332410646
Binary1110110111001010011010100111011010100011110101001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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