#1e667c

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

Shades of Allports #1E667C

Tints of Allports #1E667C

Color information

#1E667C (or 0x1E667C) is unknown color: approx Allports. HEX triplet: 1E, 66 and 7C. RGB value is (30,102,124). Sum of RGB (Red+Green+Blue) = 30+102+124=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E667C is #E19983. Grayscale: #525252. Windows color (decimal): -14784900 or 8152606. OLE color: 8152606.

HSL color Cylindrical-coordinate representation of color #1E667C: hue angle of 194.04º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E667C is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB30102124-
CMYK0.760.1800.51
HSL194.04º61.04%30.2%-
HSV(B)194.04º75.81%48.63%-
XYZ8.9211.2320.77-
YUV82.98151.1590.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.72%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=11.72%
G=39.84%
B=48.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301021240.760.1800.51194.0461.0430.2
Hex1E667C4C12033c23d1e
Octal36146174114220633027536
Binary111101100110111110010011001001001100111100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e667c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,102,124); }

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

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

 a { background-color: rgb(30,102,124); }

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

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

 span { border-color: rgb(30,102,124); }

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