#0E7291

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

Shades of Allports #0E7291

Tints of Allports #0E7291

Color information

#0E7291 (or 0x0E7291) is unknown color: approx Allports. HEX triplet: 0E, 72 and 91. RGB value is (14,114,145). Sum of RGB (Red+Green+Blue) = 14+114+145=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E7291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7291 is #F18D6E. Grayscale: #575757. Windows color (decimal): -15830383 or 9531918. OLE color: 9531918.

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

Color convert

RGB14114145-
CMYK0.900.2100.43
HSL194.2º82.39%31.18%-
HSV(B)194.2º90.34%56.86%-
XYZ11.3114.1728.93-
YUV87.63160.3775.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.13%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=5.13%
G=41.76%
B=53.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141141450.900.2100.43194.282.3931.18
HexE72915A1502Bc2521f
Octal161622211322505330212237
Binary1110111001010010001101101010101010101111000010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,114,145); }

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

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

 a { background-color: rgb(14,114,145); }

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

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

 span { border-color: rgb(14,114,145); }

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