#0E379E

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

Shades of Egyptian Blue #0E379E

Tints of Egyptian Blue #0E379E

Color information

#0E379E (or 0x0E379E) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 37 and 9E. RGB value is (14,55,158). Sum of RGB (Red+Green+Blue) = 14+55+158=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E379E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E379E is #F1C861. Grayscale: #363636. Windows color (decimal): -15845474 or 10368782. OLE color: 10368782.

HSL color Cylindrical-coordinate representation of color #0E379E: hue angle of 222.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E379E is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1455158-
CMYK0.910.6500.38
HSL222.92º83.72%33.73%-
HSV(B)222.92º91.14%61.96%-
XYZ7.725.2932.96-
YUV54.48186.4299.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=6.17%
G=24.23%
B=69.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14551580.910.6500.38222.9283.7233.73
HexE379E5B41026df5422
Octal166723613310104633712442
Binary111011011110011110101101110000010100110110111111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,55,158); }

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

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

 a { background-color: rgb(14,55,158); }

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

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

 span { border-color: rgb(14,55,158); }

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