#1E6385

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

Shades of Allports #1E6385

Tints of Allports #1E6385

Color information

#1E6385 (or 0x1E6385) is unknown color: approx Allports. HEX triplet: 1E, 63 and 85. RGB value is (30,99,133). Sum of RGB (Red+Green+Blue) = 30+99+133=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E6385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6385 is #E19C7A. Grayscale: #525252. Windows color (decimal): -14785659 or 8741662. OLE color: 8741662.

HSL color Cylindrical-coordinate representation of color #1E6385: hue angle of 199.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6385 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3099133-
CMYK0.770.2600.48
HSL199.81º63.19%31.96%-
HSV(B)199.81º77.44%52.16%-
XYZ9.2310.8923.81-
YUV82.24156.6490.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.45%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=11.45%
G=37.79%
B=50.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30991330.770.2600.48199.8163.1931.96
Hex1E63854D1A030c83f20
Octal36143205115320603107740
Binary11110110001110000101100110111010011000011001000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,99,133); }

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

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

 a { background-color: rgb(30,99,133); }

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

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

 span { border-color: rgb(30,99,133); }

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