#0E2FA1

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

Shades of Egyptian Blue #0E2FA1

Tints of Egyptian Blue #0E2FA1

Color information

#0E2FA1 (or 0x0E2FA1) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 2F and A1. RGB value is (14,47,161). Sum of RGB (Red+Green+Blue) = 14+47+161=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 161 (63.28% from 255 or 72.52% from 222); Max value from RGB is 161 - color contains mainly: blue. Hex color #0E2FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2FA1 is #F1D05E. Grayscale: #313131. Windows color (decimal): -15847519 or 10563342. OLE color: 10563342.

HSL color Cylindrical-coordinate representation of color #0E2FA1: hue angle of 226.53º 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 #0E2FA1 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1447161-
CMYK0.910.7100.37
HSL226.53º84%34.31%-
HSV(B)226.53º91.3%63.14%-
XYZ7.634.734.22-
YUV50.13190.57102.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 161 (63.28% from 255) = 72.52%
R=6.31%
G=21.17%
B=72.52%

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
Decimal14471610.910.7100.37226.538434.31
HexE2FA15B47025e35422
Octal165724113310704534312442
Binary111010111110100001101101110001110100101111000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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