#1D7991

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

Shades of Allports #1D7991

Tints of Allports #1D7991

Color information

#1D7991 (or 0x1D7991) is unknown color: approx Allports. HEX triplet: 1D, 79 and 91. RGB value is (29,121,145). Sum of RGB (Red+Green+Blue) = 29+121+145=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D7991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7991 is #E2866E. Grayscale: #606060. Windows color (decimal): -14845551 or 9533725. OLE color: 9533725.

HSL color Cylindrical-coordinate representation of color #1D7991: hue angle of 192.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D7991 is Cyan = 0.8, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB29121145-
CMYK0.80.1700.43
HSL192.41º66.67%34.12%-
HSV(B)192.41º80%56.86%-
XYZ12.4515.9829.22-
YUV96.23155.5280.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.83%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=9.83%
G=41.02%
B=49.15%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291211450.80.1700.43192.4166.6734.12
Hex1D7991501102Bc04322
Octal351712211202105330010342
Binary111011111001100100011010000100010101011110000001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,121,145); }

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

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

 a { background-color: rgb(29,121,145); }

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

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

 span { border-color: rgb(29,121,145); }

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