#1A7C88

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

Shades of Allports #1A7C88

Tints of Allports #1A7C88

Color information

#1A7C88 (or 0x1A7C88) is unknown color: approx Allports. HEX triplet: 1A, 7C and 88. RGB value is (26,124,136). Sum of RGB (Red+Green+Blue) = 26+124+136=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A7C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7C88 is #E58377. Grayscale: #5F5F5F. Windows color (decimal): -15041400 or 8944666. OLE color: 8944666.

HSL color Cylindrical-coordinate representation of color #1A7C88: hue angle of 186.55º 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 #1A7C88 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB26124136-
CMYK0.810.0900.47
HSL186.55º67.9%31.76%-
HSV(B)186.55º80.88%53.33%-
XYZ12.0816.4125.82-
YUV96.07150.5378.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.09%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=9.09%
G=43.36%
B=47.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261241360.810.0900.47186.5567.931.76
Hex1A7C8851902Fbb4420
Octal321742101211105727310440
Binary11010111110010001000101000110010101111101110111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,124,136); }

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

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

 a { background-color: rgb(26,124,136); }

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

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

 span { border-color: rgb(26,124,136); }

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