#0E1DB0

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

Shades of Egyptian Blue #0E1DB0

Tints of Egyptian Blue #0E1DB0

Color information

#0E1DB0 (or 0x0E1DB0) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1D and B0. RGB value is (14,29,176). Sum of RGB (Red+Green+Blue) = 14+29+176=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 176 (69.14% from 255 or 80.37% from 219); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E1DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1DB0 is #F1E24F. Grayscale: #282828. Windows color (decimal): -15852112 or 11541774. OLE color: 11541774.

HSL color Cylindrical-coordinate representation of color #0E1DB0: hue angle of 234.44º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E1DB0 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1429176-
CMYK0.920.8400.31
HSL234.44º85.26%37.25%-
HSV(B)234.44º92.05%69.02%-
XYZ8.464.1141.42-
YUV41.27204.03108.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.39%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 176 (69.14% from 255) = 80.37%
R=6.39%
G=13.24%
B=80.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14291760.920.8400.31234.4485.2637.25
HexE1DB05C5401Fea5525
Octal163526013412403735212545
Binary1110111011011000010111001010100011111111010101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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