#1A667E

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

Shades of Allports #1A667E

Tints of Allports #1A667E

Color information

#1A667E (or 0x1A667E) is unknown color: approx Allports. HEX triplet: 1A, 66 and 7E. RGB value is (26,102,126). Sum of RGB (Red+Green+Blue) = 26+102+126=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A667E is #E59981. Grayscale: #515151. Windows color (decimal): -15047042 or 8283674. OLE color: 8283674.

HSL color Cylindrical-coordinate representation of color #1A667E: hue angle of 194.4º 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 #1A667E is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB26102126-
CMYK0.790.1900.51
HSL194.4º65.79%29.8%-
HSV(B)194.4º79.37%49.41%-
XYZ8.9411.2321.43-
YUV82.01152.8288.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 126 (49.61% from 255) = 49.61%
R=10.24%
G=40.16%
B=49.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261021260.790.1900.51194.465.7929.8
Hex1A667E4F13033c2421e
Octal321461761172306330210236
Binary1101011001101111110100111110011011001111000010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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