#1E536B

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

Shades of Orient #1E536B

Tints of Orient #1E536B

Color information

#1E536B (or 0x1E536B) is unknown color: approx Orient. HEX triplet: 1E, 53 and 6B. RGB value is (30,83,107). Sum of RGB (Red+Green+Blue) = 30+83+107=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E536B is #E1AC94. Grayscale: #454545. Windows color (decimal): -14789781 or 7033630. OLE color: 7033630.

HSL color Cylindrical-coordinate representation of color #1E536B: hue angle of 198.7º 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 #1E536B is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3083107-
CMYK0.720.2200.58
HSL198.7º56.2%26.86%-
HSV(B)198.7º71.96%41.96%-
XYZ6.287.5215.03-
YUV69.89148.9499.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 107 (42.19% from 255) = 48.64%
R=13.64%
G=37.73%
B=48.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30831070.720.2200.58198.756.226.86
Hex1E536B481603Ac7381b
Octal36123153110260723077033
Binary111101010011110101110010001011001110101100011111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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