#0E5F7F

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

Shades of Allports #0E5F7F

Tints of Allports #0E5F7F

Color information

#0E5F7F (or 0x0E5F7F) is unknown color: approx Allports. HEX triplet: 0E, 5F and 7F. RGB value is (14,95,127). Sum of RGB (Red+Green+Blue) = 14+95+127=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E5F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5F7F is #F1A080. Grayscale: #4A4A4A. Windows color (decimal): -15835265 or 8347406. OLE color: 8347406.

HSL color Cylindrical-coordinate representation of color #0E5F7F: hue angle of 196.99º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5F7F is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1495127-
CMYK0.890.2500.50
HSL196.99º80.14%27.65%-
HSV(B)196.99º88.98%49.8%-
XYZ8.19.8121.55-
YUV74.43157.6684.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.93%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 127 (50% from 255) = 53.81%
R=5.93%
G=40.25%
B=53.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14951270.890.2500.50196.9980.1427.65
HexE5F7F5919032c5501c
Octal161371771313106230512034
Binary111010111111111111101100111001011001011000101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,95,127); }

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

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

 a { background-color: rgb(14,95,127); }

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

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

 span { border-color: rgb(14,95,127); }

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