#0E637F

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

Shades of Allports #0E637F

Tints of Allports #0E637F

Color information

#0E637F (or 0x0E637F) is unknown color: approx Allports. HEX triplet: 0E, 63 and 7F. RGB value is (14,99,127). Sum of RGB (Red+Green+Blue) = 14+99+127=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E637F is #F19C80. Grayscale: #4C4C4C. Windows color (decimal): -15834241 or 8348430. OLE color: 8348430.

HSL color Cylindrical-coordinate representation of color #0E637F: hue angle of 194.87º 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 #0E637F is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1499127-
CMYK0.890.2200.50
HSL194.87º80.14%27.65%-
HSV(B)194.87º88.98%49.8%-
XYZ8.4710.5521.67-
YUV76.78156.3483.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 127 (50% from 255) = 52.92%
R=5.83%
G=41.25%
B=52.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14991270.890.2200.50194.8780.1427.65
HexE637F5916032c3501c
Octal161431771312606230312034
Binary111011000111111111101100110110011001011000011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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