#0E209A

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

Shades of Egyptian Blue #0E209A

Tints of Egyptian Blue #0E209A

Color information

#0E209A (or 0x0E209A) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 20 and 9A. RGB value is (14,32,154). Sum of RGB (Red+Green+Blue) = 14+32+154=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 154 (60.55% from 255 or 77% from 200); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E209A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E209A is #F1DF65. Grayscale: #282828. Windows color (decimal): -15851366 or 10100750. OLE color: 10100750.

HSL color Cylindrical-coordinate representation of color #0E209A: hue angle of 232.29º 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 #0E209A is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1432154-
CMYK0.910.7900.40
HSL232.29º83.33%32.94%-
HSV(B)232.29º90.91%60.39%-
XYZ6.533.4630.9-
YUV40.53192.04109.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 154 (60.55% from 255) = 77%
R=7%
G=16%
B=77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14321540.910.7900.40232.2983.3332.94
HexE209A5B4F028e85321
Octal164023213311705035012341
Binary111010000010011010101101110011110101000111010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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