#1A7887

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

Shades of Allports #1A7887

Tints of Allports #1A7887

Color information

#1A7887 (or 0x1A7887) is unknown color: approx Allports. HEX triplet: 1A, 78 and 87. RGB value is (26,120,135). Sum of RGB (Red+Green+Blue) = 26+120+135=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A7887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7887 is #E58778. Grayscale: #5D5D5D. Windows color (decimal): -15042425 or 8878106. OLE color: 8878106.

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

Color convert

RGB26120135-
CMYK0.810.1100.47
HSL188.26º67.7%31.57%-
HSV(B)188.26º80.74%52.94%-
XYZ11.5215.425.29-
YUV93.6151.3679.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.25%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=9.25%
G=42.70%
B=48.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261201350.810.1100.47188.2667.731.57
Hex1A788751B02Fbc4420
Octal321702071211305727410440
Binary11010111100010000111101000110110101111101111001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,120,135); }

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

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

 a { background-color: rgb(26,120,135); }

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

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

 span { border-color: rgb(26,120,135); }

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