#1A6F85

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

Shades of Allports #1A6F85

Tints of Allports #1A6F85

Color information

#1A6F85 (or 0x1A6F85) is unknown color: approx Allports. HEX triplet: 1A, 6F and 85. RGB value is (26,111,133). Sum of RGB (Red+Green+Blue) = 26+111+133=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A6F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6F85 is #E5907A. Grayscale: #575757. Windows color (decimal): -15044731 or 8744730. OLE color: 8744730.

HSL color Cylindrical-coordinate representation of color #1A6F85: hue angle of 192.34º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6F85 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB26111133-
CMYK0.800.1700.48
HSL192.34º67.3%31.18%-
HSV(B)192.34º80.45%52.16%-
XYZ10.3413.2824.21-
YUV88.09153.3483.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.63%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=9.63%
G=41.11%
B=49.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261111330.800.1700.48192.3467.331.18
Hex1A6F855011030c0431f
Octal321572051202106030010337
Binary11010110111110000101101000010001011000011000000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,111,133); }

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

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

 a { background-color: rgb(26,111,133); }

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

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

 span { border-color: rgb(26,111,133); }

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