#1E5868

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

Shades of Orient #1E5868

Tints of Orient #1E5868

Color information

#1E5868 (or 0x1E5868) is unknown color: approx Orient. HEX triplet: 1E, 58 and 68. RGB value is (30,88,104). Sum of RGB (Red+Green+Blue) = 30+88+104=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E5868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5868 is #E1A797. Grayscale: #484848. Windows color (decimal): -14788504 or 6838302. OLE color: 6838302.

HSL color Cylindrical-coordinate representation of color #1E5868: hue angle of 192.97º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E5868 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3088104-
CMYK0.710.1500.59
HSL192.97º55.22%26.27%-
HSV(B)192.97º71.15%40.78%-
XYZ6.528.2514.35-
YUV72.48145.7897.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=13.51%
G=39.64%
B=46.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30881040.710.1500.59192.9755.2226.27
Hex1E586847F03Bc1371a
Octal36130150107170733016732
Binary11110101100011010001000111111101110111100000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,88,104); }

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

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

 a { background-color: rgb(30,88,104); }

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

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

 span { border-color: rgb(30,88,104); }

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