#1E6078

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

Shades of Orient #1E6078

Tints of Orient #1E6078

Color information

#1E6078 (or 0x1E6078) is unknown color: approx Orient. HEX triplet: 1E, 60 and 78. RGB value is (30,96,120). Sum of RGB (Red+Green+Blue) = 30+96+120=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E6078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6078 is #E19F87. Grayscale: #4E4E4E. Windows color (decimal): -14786440 or 7888926. OLE color: 7888926.

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

Color convert

RGB3096120-
CMYK0.750.200.53
HSL196º60%29.41%-
HSV(B)196º75%47.06%-
XYZ8.111019.27-
YUV79151.1393.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=12.20%
G=39.02%
B=48.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30961200.750.200.531966029.41
Hex1E60784B14035c43c1d
Octal36140170113240653047435
Binary111101100000111100010010111010001101011100010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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