#1D7ABE

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

Shades of Denim #1D7ABE

Tints of Denim #1D7ABE

Color information

#1D7ABE (or 0x1D7ABE) is unknown color: approx Denim. HEX triplet: 1D, 7A and BE. RGB value is (29,122,190). Sum of RGB (Red+Green+Blue) = 29+122+190=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7ABE is #E28541. Grayscale: #656565. Windows color (decimal): -14845250 or 12483101. OLE color: 12483101.

HSL color Cylindrical-coordinate representation of color #1D7ABE: hue angle of 205.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D7ABE is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29122190-
CMYK0.850.3600.25
HSL205.34º73.52%42.94%-
HSV(B)205.34º84.74%74.51%-
XYZ16.7617.951.29-
YUV101.94177.6975.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.50%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=8.50%
G=35.78%
B=55.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291221900.850.3600.25205.3473.5242.94
Hex1D7ABE5524019cd4a2b
Octal351722761254403131511253
Binary111011111010101111101010101100100011001110011011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,122,190); }

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

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

 a { background-color: rgb(29,122,190); }

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

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

 span { border-color: rgb(29,122,190); }

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