#1a687b

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

Shades of Allports #1A687B

Tints of Allports #1A687B

Color information

#1A687B (or 0x1A687B) is unknown color: approx Allports. HEX triplet: 1A, 68 and 7B. RGB value is (26,104,123). Sum of RGB (Red+Green+Blue) = 26+104+123=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A687B is #E59784. Grayscale: #525252. Windows color (decimal): -15046533 or 8087578. OLE color: 8087578.

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

Color convert

RGB26104123-
CMYK0.790.1500.52
HSL191.75º65.1%29.22%-
HSV(B)191.75º78.86%48.24%-
XYZ8.9511.5520.5-
YUV82.84150.6687.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.28%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=10.28%
G=41.11%
B=48.62%

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
Decimal261041230.790.1500.52191.7565.129.22
Hex1A687B4FF034c0411d
Octal321501731171706430010135
Binary110101101000111101110011111111011010011000000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a687b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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