#1E556E

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

Shades of Orient #1E556E

Tints of Orient #1E556E

Color information

#1E556E (or 0x1E556E) is unknown color: approx Orient. HEX triplet: 1E, 55 and 6E. RGB value is (30,85,110). Sum of RGB (Red+Green+Blue) = 30+85+110=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E556E is #E1AA91. Grayscale: #474747. Windows color (decimal): -14789266 or 7230750. OLE color: 7230750.

HSL color Cylindrical-coordinate representation of color #1E556E: hue angle of 198.75º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E556E is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3085110-
CMYK0.730.2300.57
HSL198.75º57.14%27.45%-
HSV(B)198.75º72.73%43.14%-
XYZ6.67.915.93-
YUV71.4149.7898.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=13.33%
G=37.78%
B=48.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30851100.730.2300.57198.7557.1427.45
Hex1E556E4917039c7391b
Octal36125156111270713077133
Binary111101010101110111010010011011101110011100011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,110); }

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

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

 a { background-color: rgb(30,85,110); }

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

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

 span { border-color: rgb(30,85,110); }

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