#0E7090

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

Shades of Allports #0E7090

Tints of Allports #0E7090

Color information

#0E7090 (or 0x0E7090) is unknown color: approx Allports. HEX triplet: 0E, 70 and 90. RGB value is (14,112,144). Sum of RGB (Red+Green+Blue) = 14+112+144=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E7090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7090 is #F18F6F. Grayscale: #565656. Windows color (decimal): -15830896 or 9465870. OLE color: 9465870.

HSL color Cylindrical-coordinate representation of color #0E7090: hue angle of 194.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7090 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14112144-
CMYK0.900.2200.44
HSL194.77º82.28%30.98%-
HSV(B)194.77º90.28%56.47%-
XYZ11.0113.728.45-
YUV86.35160.5376.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=5.19%
G=41.48%
B=53.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141121440.900.2200.44194.7782.2830.98
HexE70905A1602Cc3521f
Octal161602201322605430312237
Binary1110111000010010000101101010110010110011000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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