#0E7487

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

Shades of Allports #0E7487

Tints of Allports #0E7487

Color information

#0E7487 (or 0x0E7487) is unknown color: approx Allports. HEX triplet: 0E, 74 and 87. RGB value is (14,116,135). Sum of RGB (Red+Green+Blue) = 14+116+135=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E7487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7487 is #F18B78. Grayscale: #575757. Windows color (decimal): -15829881 or 8877070. OLE color: 8877070.

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

Color convert

RGB14116135-
CMYK0.900.1400.47
HSL189.42º81.21%29.22%-
HSV(B)189.42º89.63%52.94%-
XYZ10.814.3325.12-
YUV87.67154.7175.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.28%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=5.28%
G=43.77%
B=50.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal141161350.900.1400.47189.4281.2129.22
HexE74875AE02Fbd511d
Octal161642071321605727512135
Binary111011101001000011110110101110010111110111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,116,135); }

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

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

 a { background-color: rgb(14,116,135); }

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

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

 span { border-color: rgb(14,116,135); }

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