#0e2fa0

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

Shades of Egyptian Blue #0E2FA0

Tints of Egyptian Blue #0E2FA0

Color information

#0E2FA0 (or 0x0E2FA0) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 2F and A0. RGB value is (14,47,160). Sum of RGB (Red+Green+Blue) = 14+47+160=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 160 (62.89% from 255 or 72.40% from 221); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E2FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2FA0 is #F1D05F. Grayscale: #313131. Windows color (decimal): -15847520 or 10497806. OLE color: 10497806.

HSL color Cylindrical-coordinate representation of color #0E2FA0: hue angle of 226.44º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E2FA0 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1447160-
CMYK0.910.7100.37
HSL226.44º83.91%34.12%-
HSV(B)226.44º91.25%62.75%-
XYZ7.544.6633.76-
YUV50.02190.07102.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.33%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 160 (62.89% from 255) = 72.40%
R=6.33%
G=21.27%
B=72.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14471600.910.7100.37226.4483.9134.12
HexE2FA05B47025e25422
Octal165724013310704534212442
Binary111010111110100000101101110001110100101111000101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e2fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,47,160); }

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

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

 a { background-color: rgb(14,47,160); }

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

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

 span { border-color: rgb(14,47,160); }

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