#0E638F

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

Shades of Allports #0E638F

Tints of Allports #0E638F

Color information

#0E638F (or 0x0E638F) is unknown color: approx Allports. HEX triplet: 0E, 63 and 8F. RGB value is (14,99,143). Sum of RGB (Red+Green+Blue) = 14+99+143=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #0E638F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E638F is #F19C70. Grayscale: #4E4E4E. Windows color (decimal): -15834225 or 9397006. OLE color: 9397006.

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

Color convert

RGB1499143-
CMYK0.900.3100.44
HSL200.47º82.17%30.78%-
HSV(B)200.47º90.21%56.08%-
XYZ9.61127.6-
YUV78.6164.3481.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.47%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 143 (56.25% from 255) = 55.86%
R=5.47%
G=38.67%
B=55.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14991430.900.3100.44200.4782.1730.78
HexE638F5A1F02Cc8521f
Octal161432171323705431012237
Binary1110110001110001111101101011111010110011001000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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