#1E6073

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

Shades of Orient #1E6073

Tints of Orient #1E6073

Color information

#1E6073 (or 0x1E6073) is unknown color: approx Orient. HEX triplet: 1E, 60 and 73. RGB value is (30,96,115). Sum of RGB (Red+Green+Blue) = 30+96+115=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6073 is #E19F8C. Grayscale: #4E4E4E. Windows color (decimal): -14786445 or 7561246. OLE color: 7561246.

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

Color convert

RGB3096115-
CMYK0.740.1700.55
HSL193.41º58.62%28.43%-
HSV(B)193.41º73.91%45.1%-
XYZ7.819.8817.71-
YUV78.43148.6393.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=12.45%
G=39.83%
B=47.72%

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
Decimal30961150.740.1700.55193.4158.6228.43
Hex1E60734A11037c13b1c
Octal36140163112210673017334
Binary111101100000111001110010101000101101111100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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