#1D7992

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

Shades of Allports #1D7992

Tints of Allports #1D7992

Color information

#1D7992 (or 0x1D7992) is unknown color: approx Allports. HEX triplet: 1D, 79 and 92. RGB value is (29,121,146). Sum of RGB (Red+Green+Blue) = 29+121+146=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D7992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7992 is #E2866D. Grayscale: #606060. Windows color (decimal): -14845550 or 9599261. OLE color: 9599261.

HSL color Cylindrical-coordinate representation of color #1D7992: hue angle of 192.82º 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 #1D7992 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB29121146-
CMYK0.800.1700.43
HSL192.82º66.86%34.31%-
HSV(B)192.82º80.14%57.25%-
XYZ12.5316.0129.62-
YUV96.34156.0279.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.80%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=9.80%
G=40.88%
B=49.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291211460.800.1700.43192.8266.8634.31
Hex1D7992501102Bc14322
Octal351712221202105330110342
Binary111011111001100100101010000100010101011110000011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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