#1A738B

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

Shades of Allports #1A738B

Tints of Allports #1A738B

Color information

#1A738B (or 0x1A738B) is unknown color: approx Allports. HEX triplet: 1A, 73 and 8B. RGB value is (26,115,139). Sum of RGB (Red+Green+Blue) = 26+115+139=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A738B is #E58C74. Grayscale: #5A5A5A. Windows color (decimal): -15043701 or 9138970. OLE color: 9138970.

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

Color convert

RGB26115139-
CMYK0.810.1700.45
HSL192.74º68.48%32.35%-
HSV(B)192.74º81.29%54.51%-
XYZ11.2214.3526.6-
YUV91.12155.0181.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=9.29%
G=41.07%
B=49.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261151390.810.1700.45192.7468.4832.35
Hex1A738B511102Dc14420
Octal321632131212105530110440
Binary110101110011100010111010001100010101101110000011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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