#0E32AA

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

Shades of Egyptian Blue #0E32AA

Tints of Egyptian Blue #0E32AA

Color information

#0E32AA (or 0x0E32AA) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 32 and AA. RGB value is (14,50,170). Sum of RGB (Red+Green+Blue) = 14+50+170=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E32AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E32AA is #F1CD55. Grayscale: #343434. Windows color (decimal): -15846742 or 11153934. OLE color: 11153934.

HSL color Cylindrical-coordinate representation of color #0E32AA: hue angle of 226.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E32AA is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1450170-
CMYK0.920.7100.33
HSL226.15º84.78%36.08%-
HSV(B)226.15º91.76%66.67%-
XYZ8.585.2838.6-
YUV52.92194.07100.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=5.98%
G=21.37%
B=72.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14501700.920.7100.33226.1584.7836.08
HexE32AA5C47021e25524
Octal166225213410704134212544
Binary111011001010101010101110010001110100001111000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E32AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,170); }

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

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

 a { background-color: rgb(14,50,170); }

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

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

 span { border-color: rgb(14,50,170); }

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