#1D7581

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

Shades of Allports #1D7581

Tints of Allports #1D7581

Color information

#1D7581 (or 0x1D7581) is unknown color: approx Allports. HEX triplet: 1D, 75 and 81. RGB value is (29,117,129). Sum of RGB (Red+Green+Blue) = 29+117+129=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #1D7581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7581 is #E28A7E. Grayscale: #5B5B5B. Windows color (decimal): -14846591 or 8484125. OLE color: 8484125.

HSL color Cylindrical-coordinate representation of color #1D7581: hue angle of 187.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7581 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB29117129-
CMYK0.780.0900.49
HSL187.2º63.29%30.98%-
HSV(B)187.2º77.52%50.59%-
XYZ10.8314.5723.01-
YUV92.06148.8583.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=10.55%
G=42.55%
B=46.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291171290.780.0900.49187.263.2930.98
Hex1D75814E9031bb3f1f
Octal35165201116110612737737
Binary111011110101100000011001110100101100011011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,117,129); }

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

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

 a { background-color: rgb(29,117,129); }

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

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

 span { border-color: rgb(29,117,129); }

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