#1E6C81

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

Shades of Allports #1E6C81

Tints of Allports #1E6C81

Color information

#1E6C81 (or 0x1E6C81) is unknown color: approx Allports. HEX triplet: 1E, 6C and 81. RGB value is (30,108,129). Sum of RGB (Red+Green+Blue) = 30+108+129=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E6C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6C81 is #E1937E. Grayscale: #565656. Windows color (decimal): -14783359 or 8481822. OLE color: 8481822.

HSL color Cylindrical-coordinate representation of color #1E6C81: hue angle of 192.73º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6C81 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB30108129-
CMYK0.770.1600.49
HSL192.73º62.26%31.18%-
HSV(B)192.73º76.74%50.59%-
XYZ9.8612.5922.68-
YUV87.07151.6687.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=11.24%
G=40.45%
B=48.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301081290.770.1600.49192.7362.2631.18
Hex1E6C814D10031c13e1f
Octal36154201115200613017637
Binary1111011011001000000110011011000001100011100000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,108,129); }

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

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

 a { background-color: rgb(30,108,129); }

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

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

 span { border-color: rgb(30,108,129); }

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