#0E299A

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

Shades of Egyptian Blue #0E299A

Tints of Egyptian Blue #0E299A

Color information

#0E299A (or 0x0E299A) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 29 and 9A. RGB value is (14,41,154). Sum of RGB (Red+Green+Blue) = 14+41+154=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E299A is #F1D665. Grayscale: #2D2D2D. Windows color (decimal): -15849062 or 10103054. OLE color: 10103054.

HSL color Cylindrical-coordinate representation of color #0E299A: hue angle of 228.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E299A is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1441154-
CMYK0.910.7300.40
HSL228.43º83.33%32.94%-
HSV(B)228.43º90.91%60.39%-
XYZ6.814.0130.99-
YUV45.81189.05105.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 154 (60.55% from 255) = 73.68%
R=6.70%
G=19.62%
B=73.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14411540.910.7300.40228.4383.3332.94
HexE299A5B49028e45321
Octal165123213311105034412341
Binary111010100110011010101101110010010101000111001001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,41,154); }

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

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

 a { background-color: rgb(14,41,154); }

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

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

 span { border-color: rgb(14,41,154); }

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