#0E587A

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

Shades of Orient #0E587A

Tints of Orient #0E587A

Color information

#0E587A (or 0x0E587A) is unknown color: approx Orient. HEX triplet: 0E, 58 and 7A. RGB value is (14,88,122). Sum of RGB (Red+Green+Blue) = 14+88+122=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E587A is #F1A785. Grayscale: #454545. Windows color (decimal): -15837062 or 8017934. OLE color: 8017934.

HSL color Cylindrical-coordinate representation of color #0E587A: hue angle of 198.89º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E587A is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1488122-
CMYK0.890.2800.52
HSL198.89º79.41%26.67%-
HSV(B)198.89º88.52%47.84%-
XYZ7.188.4819.67-
YUV69.75157.4888.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=6.25%
G=39.29%
B=54.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14881220.890.2800.52198.8979.4126.67
HexE587A591C034c74f1b
Octal161301721313406430711733
Binary111010110001111010101100111100011010011000111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E587A; }

 p { color: rgb(14,88,122); }

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

<style>
 a { background-color: #0E587A; }

 a { background-color: rgb(14,88,122); }

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

<style>
 span { border-color: #0E587A; }

 span { border-color: rgb(14,88,122); }

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