#0E638B

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

Shades of Allports #0E638B

Tints of Allports #0E638B

Color information

#0E638B (or 0x0E638B) is unknown color: approx Allports. HEX triplet: 0E, 63 and 8B. RGB value is (14,99,139). Sum of RGB (Red+Green+Blue) = 14+99+139=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E638B is #F19C74. Grayscale: #4D4D4D. Windows color (decimal): -15834229 or 9134862. OLE color: 9134862.

HSL color Cylindrical-coordinate representation of color #0E638B: hue angle of 199.2º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E638B is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1499139-
CMYK0.900.2900.45
HSL199.2º81.7%30%-
HSV(B)199.2º89.93%54.51%-
XYZ9.310.8826.04-
YUV78.14162.3482.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=5.56%
G=39.29%
B=55.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14991390.900.2900.45199.281.730
HexE638B5A1D02Dc7521e
Octal161432131323505530712236
Binary1110110001110001011101101011101010110111000111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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