#1A7F90

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

Shades of Allports #1A7F90

Tints of Allports #1A7F90

Color information

#1A7F90 (or 0x1A7F90) is unknown color: approx Allports. HEX triplet: 1A, 7F and 90. RGB value is (26,127,144). Sum of RGB (Red+Green+Blue) = 26+127+144=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A7F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7F90 is #E5806F. Grayscale: #626262. Windows color (decimal): -15040624 or 9469722. OLE color: 9469722.

HSL color Cylindrical-coordinate representation of color #1A7F90: hue angle of 188.64º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A7F90 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB26127144-
CMYK0.820.1200.44
HSL188.64º69.41%33.33%-
HSV(B)188.64º81.94%56.47%-
XYZ13.0517.4129.06-
YUV98.74153.5476.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=8.75%
G=42.76%
B=48.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261271440.820.1200.44188.6469.4133.33
Hex1A7F9052C02Cbd4521
Octal321772201221405427510541
Binary11010111111110010000101001011000101100101111011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,127,144); }

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

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

 a { background-color: rgb(26,127,144); }

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

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

 span { border-color: rgb(26,127,144); }

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