#0E2DB5

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

Shades of Egyptian Blue #0E2DB5

Tints of Egyptian Blue #0E2DB5

Color information

#0E2DB5 (or 0x0E2DB5) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 2D and B5. RGB value is (14,45,181). Sum of RGB (Red+Green+Blue) = 14+45+181=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 181 (71.09% from 255 or 75.42% from 240); Max value from RGB is 181 - color contains mainly: blue. Hex color #0E2DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2DB5 is #F1D24A. Grayscale: #323232. Windows color (decimal): -15848011 or 11873550. OLE color: 11873550.

HSL color Cylindrical-coordinate representation of color #0E2DB5: hue angle of 228.86º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2DB5 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1445181-
CMYK0.920.7500.29
HSL228.86º85.64%38.24%-
HSV(B)228.86º92.27%70.98%-
XYZ9.465.3144.24-
YUV51.24201.23101.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 181 (71.09% from 255) = 75.42%
R=5.83%
G=18.75%
B=75.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14451810.920.7500.29228.8685.6438.24
HexE2DB55C4B01De55626
Octal165526513411303534512646
Binary11101011011011010110111001001011011101111001011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,45,181); }

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

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

 a { background-color: rgb(14,45,181); }

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

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

 span { border-color: rgb(14,45,181); }

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