#0E718C

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

Shades of Allports #0E718C

Tints of Allports #0E718C

Color information

#0E718C (or 0x0E718C) is unknown color: approx Allports. HEX triplet: 0E, 71 and 8C. RGB value is (14,113,140). Sum of RGB (Red+Green+Blue) = 14+113+140=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E718C is #F18E73. Grayscale: #565656. Windows color (decimal): -15830644 or 9203982. OLE color: 9203982.

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

Color convert

RGB14113140-
CMYK0.900.1900.45
HSL192.86º81.82%30.2%-
HSV(B)192.86º90%54.9%-
XYZ10.8213.826.9-
YUV86.48158.276.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=5.24%
G=42.32%
B=52.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141131400.900.1900.45192.8681.8230.2
HexE718C5A1302Dc1521e
Octal161612141322305530112236
Binary1110111000110001100101101010011010110111000001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,113,140); }

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

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

 a { background-color: rgb(14,113,140); }

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

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

 span { border-color: rgb(14,113,140); }

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