#1E566B

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

Shades of Orient #1E566B

Tints of Orient #1E566B

Color information

#1E566B (or 0x1E566B) is unknown color: approx Orient. HEX triplet: 1E, 56 and 6B. RGB value is (30,86,107). Sum of RGB (Red+Green+Blue) = 30+86+107=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E566B is #E1A994. Grayscale: #474747. Windows color (decimal): -14789013 or 7034398. OLE color: 7034398.

HSL color Cylindrical-coordinate representation of color #1E566B: hue angle of 196.36º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E566B is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3086107-
CMYK0.720.2000.58
HSL196.36º56.2%26.86%-
HSV(B)196.36º71.96%41.96%-
XYZ6.527.9915.11-
YUV71.65147.9598.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=13.45%
G=38.57%
B=47.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30861070.720.2000.58196.3656.226.86
Hex1E566B481403Ac4381b
Octal36126153110240723047033
Binary111101010110110101110010001010001110101100010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,86,107); }

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

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

 a { background-color: rgb(30,86,107); }

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

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

 span { border-color: rgb(30,86,107); }

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