#1D7EC1

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

Shades of Denim #1D7EC1

Tints of Denim #1D7EC1

Color information

#1D7EC1 (or 0x1D7EC1) is unknown color: approx Denim. HEX triplet: 1D, 7E and C1. RGB value is (29,126,193). Sum of RGB (Red+Green+Blue) = 29+126+193=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D7EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7EC1 is #E2813E. Grayscale: #686868. Windows color (decimal): -14844223 or 12680733. OLE color: 12680733.

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

Color convert

RGB29126193-
CMYK0.850.3500.24
HSL204.51º73.87%43.53%-
HSV(B)204.51º84.97%75.69%-
XYZ17.5919.0353.2-
YUV104.64177.8674.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.33%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 193 (75.78% from 255) = 55.46%
R=8.33%
G=36.21%
B=55.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291261930.850.3500.24204.5173.8743.53
Hex1D7EC15523018cd4a2c
Octal351763011254303031511254
Binary111011111110110000011010101100011011000110011011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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