#0E758B

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

Shades of Allports #0E758B

Tints of Allports #0E758B

Color information

#0E758B (or 0x0E758B) is unknown color: approx Allports. HEX triplet: 0E, 75 and 8B. RGB value is (14,117,139). Sum of RGB (Red+Green+Blue) = 14+117+139=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E758B is #F18A74. Grayscale: #585858. Windows color (decimal): -15829621 or 9139470. OLE color: 9139470.

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

Color convert

RGB14117139-
CMYK0.900.1600.45
HSL190.56º81.7%30%-
HSV(B)190.56º89.93%54.51%-
XYZ11.214.6826.67-
YUV88.71156.3874.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=5.19%
G=43.33%
B=51.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141171390.900.1600.45190.5681.730
HexE758B5A1002Dbf521e
Octal161652131322005527712236
Binary1110111010110001011101101010000010110110111111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,139); }

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

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

 a { background-color: rgb(14,117,139); }

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

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

 span { border-color: rgb(14,117,139); }

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