#0E2394

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

Shades of Egyptian Blue #0E2394

Tints of Egyptian Blue #0E2394

Color information

#0E2394 (or 0x0E2394) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 23 and 94. RGB value is (14,35,148). Sum of RGB (Red+Green+Blue) = 14+35+148=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E2394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2394 is #F1DC6B. Grayscale: #292929. Windows color (decimal): -15850604 or 9708302. OLE color: 9708302.

HSL color Cylindrical-coordinate representation of color #0E2394: hue angle of 230.6º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E2394 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1435148-
CMYK0.910.7600.42
HSL230.6º82.72%31.76%-
HSV(B)230.6º90.54%58.04%-
XYZ6.133.4328.36-
YUV41.6188.04108.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 148 (58.20% from 255) = 75.13%
R=7.11%
G=17.77%
B=75.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14351480.910.7600.42230.682.7231.76
HexE23945B4C02Ae75320
Octal164322413311405234712340
Binary111010001110010100101101110011000101010111001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,35,148); }

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

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

 a { background-color: rgb(14,35,148); }

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

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

 span { border-color: rgb(14,35,148); }

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