#1E6079

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

Shades of Orient #1E6079

Tints of Orient #1E6079

Color information

#1E6079 (or 0x1E6079) is unknown color: approx Orient. HEX triplet: 1E, 60 and 79. RGB value is (30,96,121). Sum of RGB (Red+Green+Blue) = 30+96+121=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E6079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6079 is #E19F86. Grayscale: #4E4E4E. Windows color (decimal): -14786439 or 7954462. OLE color: 7954462.

HSL color Cylindrical-coordinate representation of color #1E6079: hue angle of 196.48º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E6079 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3096121-
CMYK0.750.2100.53
HSL196.48º60.26%29.61%-
HSV(B)196.48º75.21%47.45%-
XYZ8.1710.0219.59-
YUV79.12151.6392.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=12.15%
G=38.87%
B=48.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30961210.750.2100.53196.4860.2629.61
Hex1E60794B15035c43c1e
Octal36140171113250653047436
Binary111101100000111100110010111010101101011100010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,121); }

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

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

 a { background-color: rgb(30,96,121); }

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

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

 span { border-color: rgb(30,96,121); }

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