#1A728B

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

Shades of Allports #1A728B

Tints of Allports #1A728B

Color information

#1A728B (or 0x1A728B) is unknown color: approx Allports. HEX triplet: 1A, 72 and 8B. RGB value is (26,114,139). Sum of RGB (Red+Green+Blue) = 26+114+139=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A728B is #E58D74. Grayscale: #5A5A5A. Windows color (decimal): -15043957 or 9138714. OLE color: 9138714.

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

Color convert

RGB26114139-
CMYK0.810.1800.45
HSL193.27º68.48%32.35%-
HSV(B)193.27º81.29%54.51%-
XYZ11.114.1226.57-
YUV90.54155.3581.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=9.32%
G=40.86%
B=49.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261141390.810.1800.45193.2768.4832.35
Hex1A728B511202Dc14420
Octal321622131212205530110440
Binary110101110010100010111010001100100101101110000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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