#1A668B

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

Shades of Allports #1A668B

Tints of Allports #1A668B

Color information

#1A668B (or 0x1A668B) is unknown color: approx Allports. HEX triplet: 1A, 66 and 8B. RGB value is (26,102,139). Sum of RGB (Red+Green+Blue) = 26+102+139=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A668B is #E59974. Grayscale: #535353. Windows color (decimal): -15047029 or 9135642. OLE color: 9135642.

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

Color convert

RGB26102139-
CMYK0.810.2700.45
HSL199.65º68.48%32.35%-
HSV(B)199.65º81.29%54.51%-
XYZ9.8411.5926.14-
YUV83.49159.3286.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=9.74%
G=38.20%
B=52.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261021390.810.2700.45199.6568.4832.35
Hex1A668B511B02Dc84420
Octal321462131213305531010440
Binary110101100110100010111010001110110101101110010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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