#0E7086

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

Shades of Allports #0E7086

Tints of Allports #0E7086

Color information

#0E7086 (or 0x0E7086) is unknown color: approx Allports. HEX triplet: 0E, 70 and 86. RGB value is (14,112,134). Sum of RGB (Red+Green+Blue) = 14+112+134=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #0E7086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7086 is #F18F79. Grayscale: #555555. Windows color (decimal): -15830906 or 8810510. OLE color: 8810510.

HSL color Cylindrical-coordinate representation of color #0E7086: hue angle of 191º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7086 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB14112134-
CMYK0.900.1600.47
HSL191º81.08%29.02%-
HSV(B)191º89.55%52.55%-
XYZ10.2813.424.6-
YUV85.21155.5377.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.38%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=5.38%
G=43.08%
B=51.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal141121340.900.1600.4719181.0829.02
HexE70865A1002Fbf511d
Octal161602061322005727712135
Binary1110111000010000110101101010000010111110111111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,112,134); }

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

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

 a { background-color: rgb(14,112,134); }

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

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

 span { border-color: rgb(14,112,134); }

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