#1A727D

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

Shades of Allports #1A727D

Tints of Allports #1A727D

Color information

#1A727D (or 0x1A727D) is unknown color: approx Allports. HEX triplet: 1A, 72 and 7D. RGB value is (26,114,125). Sum of RGB (Red+Green+Blue) = 26+114+125=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A727D is #E58D82. Grayscale: #585858. Windows color (decimal): -15043971 or 8221210. OLE color: 8221210.

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

Color convert

RGB26114125-
CMYK0.790.0900.51
HSL186.67º65.56%29.61%-
HSV(B)186.67º79.2%49.02%-
XYZ10.1413.7321.52-
YUV88.94148.3583.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=9.81%
G=43.02%
B=47.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261141250.790.0900.51186.6765.5629.61
Hex1A727D4F9033bb421e
Octal321621751171106327310236
Binary110101110010111110110011111001011001110111011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,114,125); }

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

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

 a { background-color: rgb(26,114,125); }

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

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

 span { border-color: rgb(26,114,125); }

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