#0E1DAD

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

Shades of Egyptian Blue #0E1DAD

Tints of Egyptian Blue #0E1DAD

Color information

#0E1DAD (or 0x0E1DAD) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1D and AD. RGB value is (14,29,173). Sum of RGB (Red+Green+Blue) = 14+29+173=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E1DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1DAD is #F1E252. Grayscale: #282828. Windows color (decimal): -15852115 or 11345166. OLE color: 11345166.

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

Color convert

RGB1429173-
CMYK0.920.8300.32
HSL234.34º85.03%36.67%-
HSV(B)234.34º91.91%67.84%-
XYZ8.163.9939.87-
YUV40.93202.53108.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.48%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 173 (67.97% from 255) = 80.09%
R=6.48%
G=13.43%
B=80.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14291730.920.8300.32234.3485.0336.67
HexE1DAD5C53020ea5525
Octal163525513412304035212545
Binary11101110110101101101110010100110100000111010101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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