#1A687D

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

Shades of Allports #1A687D

Tints of Allports #1A687D

Color information

#1A687D (or 0x1A687D) is unknown color: approx Allports. HEX triplet: 1A, 68 and 7D. RGB value is (26,104,125). Sum of RGB (Red+Green+Blue) = 26+104+125=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A687D is #E59782. Grayscale: #525252. Windows color (decimal): -15046531 or 8218650. OLE color: 8218650.

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

Color convert

RGB26104125-
CMYK0.790.1700.51
HSL192.73º65.56%29.61%-
HSV(B)192.73º79.2%49.02%-
XYZ9.0811.621.16-
YUV83.07151.6687.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=10.20%
G=40.78%
B=49.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261041250.790.1700.51192.7365.5629.61
Hex1A687D4F11033c1421e
Octal321501751172106330110236
Binary1101011010001111101100111110001011001111000001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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