#0E2EAB

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

Shades of Egyptian Blue #0E2EAB

Tints of Egyptian Blue #0E2EAB

Color information

#0E2EAB (or 0x0E2EAB) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 2E and AB. RGB value is (14,46,171). Sum of RGB (Red+Green+Blue) = 14+46+171=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E2EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2EAB is #F1D154. Grayscale: #323232. Windows color (decimal): -15847765 or 11218446. OLE color: 11218446.

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

Color convert

RGB1446171-
CMYK0.920.7300.33
HSL227.77º84.86%36.27%-
HSV(B)227.77º91.81%67.06%-
XYZ8.514.9939.04-
YUV50.68195.9101.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 171 (67.19% from 255) = 74.03%
R=6.06%
G=19.91%
B=74.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14461710.920.7300.33227.7784.8636.27
HexE2EAB5C49021e45524
Octal165625313411104134412544
Binary111010111010101011101110010010010100001111001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,46,171); }

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

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

 a { background-color: rgb(14,46,171); }

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

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

 span { border-color: rgb(14,46,171); }

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