#0E20A5

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

Shades of Egyptian Blue #0E20A5

Tints of Egyptian Blue #0E20A5

Color information

#0E20A5 (or 0x0E20A5) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 20 and A5. RGB value is (14,32,165). Sum of RGB (Red+Green+Blue) = 14+32+165=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #0E20A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E20A5 is #F1DF5A. Grayscale: #292929. Windows color (decimal): -15851355 or 10821646. OLE color: 10821646.

HSL color Cylindrical-coordinate representation of color #0E20A5: hue angle of 232.85º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E20A5 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1432165-
CMYK0.920.8100.35
HSL232.85º84.36%35.1%-
HSV(B)232.85º91.52%64.71%-
XYZ7.493.8435.94-
YUV41.78197.54108.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.64%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 165 (64.84% from 255) = 78.20%
R=6.64%
G=15.17%
B=78.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14321650.920.8100.35232.8584.3635.1
HexE20A55C51023e95423
Octal164024513412104335112443
Binary111010000010100101101110010100010100011111010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E20A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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