#0E1D9D

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

Shades of Egyptian Blue #0E1D9D

Tints of Egyptian Blue #0E1D9D

Color information

#0E1D9D (or 0x0E1D9D) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1D and 9D. RGB value is (14,29,157). Sum of RGB (Red+Green+Blue) = 14+29+157=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E1D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1D9D is #F1E262. Grayscale: #262626. Windows color (decimal): -15852131 or 10296590. OLE color: 10296590.

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

Color convert

RGB1429157-
CMYK0.910.8200.38
HSL233.71º83.63%33.53%-
HSV(B)233.71º91.08%61.57%-
XYZ6.713.4132.2-
YUV39.11194.53110.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7%
GREEN value IS 29 (11.72% from 255) = 14.5%
BLUE value IS 157 (61.72% from 255) = 78.5%
R=7%
G=14.5%
B=78.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14291570.910.8200.38233.7183.6333.53
HexE1D9D5B52026ea5422
Octal163523513312204635212442
Binary11101110110011101101101110100100100110111010101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,29,157); }

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

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

 a { background-color: rgb(14,29,157); }

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

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

 span { border-color: rgb(14,29,157); }

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