#1A687A

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

Shades of Allports #1A687A

Tints of Allports #1A687A

Color information

#1A687A (or 0x1A687A) is unknown color: approx Allports. HEX triplet: 1A, 68 and 7A. RGB value is (26,104,122). Sum of RGB (Red+Green+Blue) = 26+104+122=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A687A is #E59785. Grayscale: #525252. Windows color (decimal): -15046534 or 8022042. OLE color: 8022042.

HSL color Cylindrical-coordinate representation of color #1A687A: hue angle of 191.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A687A is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB26104122-
CMYK0.790.1500.52
HSL191.25º64.86%29.02%-
HSV(B)191.25º78.69%47.84%-
XYZ8.8911.5320.17-
YUV82.73150.1687.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=10.32%
G=41.27%
B=48.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal261041220.790.1500.52191.2564.8629.02
Hex1A687A4FF034bf411d
Octal321501721171706427710135
Binary110101101000111101010011111111011010010111111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,104,122); }

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

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

 a { background-color: rgb(26,104,122); }

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

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

 span { border-color: rgb(26,104,122); }

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