#1A678B

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

Shades of Allports #1A678B

Tints of Allports #1A678B

Color information

#1A678B (or 0x1A678B) is unknown color: approx Allports. HEX triplet: 1A, 67 and 8B. RGB value is (26,103,139). Sum of RGB (Red+Green+Blue) = 26+103+139=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A678B is #E59874. Grayscale: #535353. Windows color (decimal): -15046773 or 9135898. OLE color: 9135898.

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

Color convert

RGB26103139-
CMYK0.810.2600.45
HSL199.12º68.48%32.35%-
HSV(B)199.12º81.29%54.51%-
XYZ9.9411.7826.18-
YUV84.08158.9986.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 139 (54.69% from 255) = 51.87%
R=9.70%
G=38.43%
B=51.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal261031390.810.2600.45199.1268.4832.35
Hex1A678B511A02Dc74420
Octal321472131213205530710440
Binary110101100111100010111010001110100101101110001111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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