#0E688A

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

Shades of Allports #0E688A

Tints of Allports #0E688A

Color information

#0E688A (or 0x0E688A) is unknown color: approx Allports. HEX triplet: 0E, 68 and 8A. RGB value is (14,104,138). Sum of RGB (Red+Green+Blue) = 14+104+138=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E688A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E688A is #F19775. Grayscale: #505050. Windows color (decimal): -15832950 or 9070606. OLE color: 9070606.

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

Color convert

RGB14104138-
CMYK0.900.2500.46
HSL196.45º81.58%29.8%-
HSV(B)196.45º89.86%54.12%-
XYZ9.7211.8325.82-
YUV80.97160.1880.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.47%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=5.47%
G=40.62%
B=53.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal141041380.900.2500.46196.4581.5829.8
HexE688A5A1902Ec4521e
Octal161502121323105630412236
Binary1110110100010001010101101011001010111011000100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,104,138); }

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

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

 a { background-color: rgb(14,104,138); }

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

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

 span { border-color: rgb(14,104,138); }

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