#1E6074

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

Shades of Orient #1E6074

Tints of Orient #1E6074

Color information

#1E6074 (or 0x1E6074) is unknown color: approx Orient. HEX triplet: 1E, 60 and 74. RGB value is (30,96,116). Sum of RGB (Red+Green+Blue) = 30+96+116=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6074 is #E19F8B. Grayscale: #4E4E4E. Windows color (decimal): -14786444 or 7626782. OLE color: 7626782.

HSL color Cylindrical-coordinate representation of color #1E6074: hue angle of 193.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6074 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3096116-
CMYK0.740.1700.55
HSL193.95º58.9%28.63%-
HSV(B)193.95º74.14%45.49%-
XYZ7.879.918.02-
YUV78.55149.1393.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.40%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=12.40%
G=39.67%
B=47.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30961160.740.1700.55193.9558.928.63
Hex1E60744A11037c23b1d
Octal36140164112210673027335
Binary111101100000111010010010101000101101111100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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