#0E27AC

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

Shades of Egyptian Blue #0E27AC

Tints of Egyptian Blue #0E27AC

Color information

#0E27AC (or 0x0E27AC) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 27 and AC. RGB value is (14,39,172). Sum of RGB (Red+Green+Blue) = 14+39+172=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E27AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E27AC is #F1D853. Grayscale: #2E2E2E. Windows color (decimal): -15849556 or 11282190. OLE color: 11282190.

HSL color Cylindrical-coordinate representation of color #0E27AC: hue angle of 230.51º 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 #0E27AC is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1439172-
CMYK0.920.7700.33
HSL230.51º84.95%36.47%-
HSV(B)230.51º91.86%67.45%-
XYZ8.354.5239.46-
YUV46.69198.72104.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 172 (67.58% from 255) = 76.44%
R=6.22%
G=17.33%
B=76.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14391720.920.7700.33230.5184.9536.47
HexE27AC5C4D021e75524
Octal164725413411504134712544
Binary111010011110101100101110010011010100001111001111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E27AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,39,172); }

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

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

 a { background-color: rgb(14,39,172); }

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

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

 span { border-color: rgb(14,39,172); }

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