#0E2294

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

Shades of Egyptian Blue #0E2294

Tints of Egyptian Blue #0E2294

Color information

#0E2294 (or 0x0E2294) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 22 and 94. RGB value is (14,34,148). Sum of RGB (Red+Green+Blue) = 14+34+148=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 148 (58.20% from 255 or 75.51% from 196); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E2294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2294 is #F1DD6B. Grayscale: #282828. Windows color (decimal): -15850860 or 9708046. OLE color: 9708046.

HSL color Cylindrical-coordinate representation of color #0E2294: hue angle of 231.04º 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 #0E2294 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1434148-
CMYK0.910.7700.42
HSL231.04º82.72%31.76%-
HSV(B)231.04º90.54%58.04%-
XYZ6.13.3828.35-
YUV41.02188.37108.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.14%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 148 (58.20% from 255) = 75.51%
R=7.14%
G=17.35%
B=75.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14341480.910.7700.42231.0482.7231.76
HexE22945B4D02Ae75320
Octal164222413311505234712340
Binary111010001010010100101101110011010101010111001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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