#1D7886

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

Shades of Allports #1D7886

Tints of Allports #1D7886

Color information

#1D7886 (or 0x1D7886) is unknown color: approx Allports. HEX triplet: 1D, 78 and 86. RGB value is (29,120,134). Sum of RGB (Red+Green+Blue) = 29+120+134=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D7886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7886 is #E28779. Grayscale: #5E5E5E. Windows color (decimal): -14845818 or 8812573. OLE color: 8812573.

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

Color convert

RGB29120134-
CMYK0.780.1000.47
HSL188º64.42%31.96%-
HSV(B)188º78.36%52.55%-
XYZ11.5315.4224.92-
YUV94.39150.3581.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=10.25%
G=42.40%
B=47.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291201340.780.1000.4718864.4231.96
Hex1D78864EA02Fbc4020
Octal351702061161205727410040
Binary11101111100010000110100111010100101111101111001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,120,134); }

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

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

 a { background-color: rgb(29,120,134); }

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

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

 span { border-color: rgb(29,120,134); }

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