#1D5EC1

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

Shades of Denim #1D5EC1

Tints of Denim #1D5EC1

Color information

#1D5EC1 (or 0x1D5EC1) is unknown color: approx Denim. HEX triplet: 1D, 5E and C1. RGB value is (29,94,193). Sum of RGB (Red+Green+Blue) = 29+94+193=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D5EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5EC1 is #E2A13E. Grayscale: #555555. Windows color (decimal): -14852415 or 12672541. OLE color: 12672541.

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

Color convert

RGB2994193-
CMYK0.850.5100.24
HSL216.22º73.87%43.53%-
HSV(B)216.22º84.97%75.69%-
XYZ14.1412.1252.05-
YUV85.85188.4787.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.18%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 193 (75.78% from 255) = 61.08%
R=9.18%
G=29.75%
B=61.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29941930.850.5100.24216.2273.8743.53
Hex1D5EC15533018d84a2c
Octal351363011256303033011254
Binary111011011110110000011010101110011011000110110001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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