#1A6685

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

Shades of Allports #1A6685

Tints of Allports #1A6685

Color information

#1A6685 (or 0x1A6685) is unknown color: approx Allports. HEX triplet: 1A, 66 and 85. RGB value is (26,102,133). Sum of RGB (Red+Green+Blue) = 26+102+133=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A6685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6685 is #E5997A. Grayscale: #525252. Windows color (decimal): -15047035 or 8742426. OLE color: 8742426.

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

Color convert

RGB26102133-
CMYK0.800.2300.48
HSL197.38º67.3%31.18%-
HSV(B)197.38º80.45%52.16%-
XYZ9.4111.4223.9-
YUV82.81156.3287.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.96%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=9.96%
G=39.08%
B=50.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261021330.800.2300.48197.3867.331.18
Hex1A66855017030c5431f
Octal321462051202706030510337
Binary11010110011010000101101000010111011000011000101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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