#0E8092

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

Shades of Eastern Blue #0E8092

Tints of Eastern Blue #0E8092

Color information

#0E8092 (or 0x0E8092) is unknown color: approx Eastern Blue. HEX triplet: 0E, 80 and 92. RGB value is (14,128,146). Sum of RGB (Red+Green+Blue) = 14+128+146=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E8092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8092 is #F17F6D. Grayscale: #5F5F5F. Windows color (decimal): -15826798 or 9601038. OLE color: 9601038.

HSL color Cylindrical-coordinate representation of color #0E8092: hue angle of 188.18º 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 #0E8092 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14128146-
CMYK0.900.1200.43
HSL188.18º82.5%31.37%-
HSV(B)188.18º90.41%57.25%-
XYZ13.0917.6129.9-
YUV95.97156.2369.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=4.86%
G=44.44%
B=50.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141281460.900.1200.43188.1882.531.37
HexE80925AC02Bbc521f
Octal162002221321405327412237
Binary1110100000001001001010110101100010101110111100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,128,146); }

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

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

 a { background-color: rgb(14,128,146); }

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

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

 span { border-color: rgb(14,128,146); }

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