#0E5B7A

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

Shades of Orient #0E5B7A

Tints of Orient #0E5B7A

Color information

#0E5B7A (or 0x0E5B7A) is unknown color: approx Orient. HEX triplet: 0E, 5B and 7A. RGB value is (14,91,122). Sum of RGB (Red+Green+Blue) = 14+91+122=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E5B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5B7A is #F1A485. Grayscale: #474747. Windows color (decimal): -15836294 or 8018702. OLE color: 8018702.

HSL color Cylindrical-coordinate representation of color #0E5B7A: hue angle of 197.22º 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 #0E5B7A is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1491122-
CMYK0.890.2500.52
HSL197.22º79.41%26.67%-
HSV(B)197.22º88.52%47.84%-
XYZ7.448.9819.75-
YUV71.51156.4986.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=6.17%
G=40.09%
B=53.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14911220.890.2500.52197.2279.4126.67
HexE5B7A5919034c54f1b
Octal161331721313106430511733
Binary111010110111111010101100111001011010011000101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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