#1A6885

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

Shades of Allports #1A6885

Tints of Allports #1A6885

Color information

#1A6885 (or 0x1A6885) is unknown color: approx Allports. HEX triplet: 1A, 68 and 85. RGB value is (26,104,133). Sum of RGB (Red+Green+Blue) = 26+104+133=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A6885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6885 is #E5977A. Grayscale: #535353. Windows color (decimal): -15046523 or 8742938. OLE color: 8742938.

HSL color Cylindrical-coordinate representation of color #1A6885: hue angle of 196.26º 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 #1A6885 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB26104133-
CMYK0.800.2200.48
HSL196.26º67.3%31.18%-
HSV(B)196.26º80.45%52.16%-
XYZ9.6111.8123.96-
YUV83.98155.6686.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=9.89%
G=39.54%
B=50.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261041330.800.2200.48196.2667.331.18
Hex1A68855016030c4431f
Octal321502051202606030410337
Binary11010110100010000101101000010110011000011000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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