#1A6081

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

Shades of Allports #1A6081

Tints of Allports #1A6081

Color information

#1A6081 (or 0x1A6081) is unknown color: approx Allports. HEX triplet: 1A, 60 and 81. RGB value is (26,96,129). Sum of RGB (Red+Green+Blue) = 26+96+129=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A6081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6081 is #E59F7E. Grayscale: #4E4E4E. Windows color (decimal): -15048575 or 8478746. OLE color: 8478746.

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

Color convert

RGB2696129-
CMYK0.800.2600.49
HSL199.22º66.45%30.39%-
HSV(B)199.22º79.84%50.59%-
XYZ8.5710.1722.28-
YUV78.83156.3190.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.36%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 129 (50.78% from 255) = 51.39%
R=10.36%
G=38.25%
B=51.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26961290.800.2600.49199.2266.4530.39
Hex1A6081501A031c7421e
Octal321402011203206130710236
Binary11010110000010000001101000011010011000111000111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,129); }

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

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

 a { background-color: rgb(26,96,129); }

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

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

 span { border-color: rgb(26,96,129); }

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