#1D7484

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

Shades of Allports #1D7484

Tints of Allports #1D7484

Color information

#1D7484 (or 0x1D7484) is unknown color: approx Allports. HEX triplet: 1D, 74 and 84. RGB value is (29,116,132). Sum of RGB (Red+Green+Blue) = 29+116+132=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D7484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7484 is #E28B7B. Grayscale: #5B5B5B. Windows color (decimal): -14846844 or 8680477. OLE color: 8680477.

HSL color Cylindrical-coordinate representation of color #1D7484: hue angle of 189.32º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7484 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB29116132-
CMYK0.780.1200.48
HSL189.32º63.98%31.57%-
HSV(B)189.32º78.03%51.76%-
XYZ10.9214.4224.04-
YUV91.81150.6883.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.47%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=10.47%
G=41.88%
B=47.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal291161320.780.1200.48189.3263.9831.57
Hex1D74844EC030bd4020
Octal351642041161406027510040
Binary11101111010010000100100111011000110000101111011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,116,132); }

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

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

 a { background-color: rgb(29,116,132); }

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

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

 span { border-color: rgb(29,116,132); }

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