#0E28A0

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

Shades of Egyptian Blue #0E28A0

Tints of Egyptian Blue #0E28A0

Color information

#0E28A0 (or 0x0E28A0) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 28 and A0. RGB value is (14,40,160). Sum of RGB (Red+Green+Blue) = 14+40+160=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E28A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E28A0 is #F1D75F. Grayscale: #2D2D2D. Windows color (decimal): -15849312 or 10496014. OLE color: 10496014.

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

Color convert

RGB1440160-
CMYK0.910.7500.37
HSL229.32º83.91%34.12%-
HSV(B)229.32º91.25%62.75%-
XYZ7.294.1533.67-
YUV45.91192.39105.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.54%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 160 (62.89% from 255) = 74.77%
R=6.54%
G=18.69%
B=74.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14401600.910.7500.37229.3283.9134.12
HexE28A05B4B025e55422
Octal165024013311304534512442
Binary111010100010100000101101110010110100101111001011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E28A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,40,160); }

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

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

 a { background-color: rgb(14,40,160); }

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

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

 span { border-color: rgb(14,40,160); }

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