#0E7A91

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

Shades of Eastern Blue #0E7A91

Tints of Eastern Blue #0E7A91

Color information

#0E7A91 (or 0x0E7A91) is unknown color: approx Eastern Blue. HEX triplet: 0E, 7A and 91. RGB value is (14,122,145). Sum of RGB (Red+Green+Blue) = 14+122+145=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E7A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7A91 is #F1856E. Grayscale: #5C5C5C. Windows color (decimal): -15828335 or 9533966. OLE color: 9533966.

HSL color Cylindrical-coordinate representation of color #0E7A91: hue angle of 190.53º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7A91 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14122145-
CMYK0.900.1600.43
HSL190.53º82.39%31.18%-
HSV(B)190.53º90.34%56.86%-
XYZ12.2516.0629.24-
YUV92.33157.7272.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.98%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=4.98%
G=43.42%
B=51.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141221450.900.1600.43190.5382.3931.18
HexE7A915A1002Bbf521f
Octal161722211322005327712237
Binary1110111101010010001101101010000010101110111111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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