#1A6880

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

Shades of Allports #1A6880

Tints of Allports #1A6880

Color information

#1A6880 (or 0x1A6880) is unknown color: approx Allports. HEX triplet: 1A, 68 and 80. RGB value is (26,104,128). Sum of RGB (Red+Green+Blue) = 26+104+128=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A6880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6880 is #E5977F. Grayscale: #535353. Windows color (decimal): -15046528 or 8415258. OLE color: 8415258.

HSL color Cylindrical-coordinate representation of color #1A6880: hue angle of 194.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6880 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB26104128-
CMYK0.800.1900.50
HSL194.12º66.23%30.2%-
HSV(B)194.12º79.69%50.2%-
XYZ9.2711.6822.19-
YUV83.41153.1687.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.08%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=10.08%
G=40.31%
B=49.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal261041280.800.1900.50194.1266.2330.2
Hex1A68805013032c2421e
Octal321502001202306230210236
Binary11010110100010000000101000010011011001011000010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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