#0E1E9B

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

Shades of Egyptian Blue #0E1E9B

Tints of Egyptian Blue #0E1E9B

Color information

#0E1E9B (or 0x0E1E9B) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1E and 9B. RGB value is (14,30,155). Sum of RGB (Red+Green+Blue) = 14+30+155=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E1E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1E9B is #F1E164. Grayscale: #262626. Windows color (decimal): -15851877 or 10165774. OLE color: 10165774.

HSL color Cylindrical-coordinate representation of color #0E1E9B: hue angle of 233.19º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1E9B is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1430155-
CMYK0.910.8100.39
HSL233.19º83.43%33.14%-
HSV(B)233.19º90.97%60.78%-
XYZ6.563.3931.32-
YUV39.47193.2109.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 155 (60.94% from 255) = 77.89%
R=7.04%
G=15.08%
B=77.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14301550.910.8100.39233.1983.4333.14
HexE1E9B5B51027e95321
Octal163623313312104735112341
Binary11101111010011011101101110100010100111111010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,30,155); }

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

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

 a { background-color: rgb(14,30,155); }

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

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

 span { border-color: rgb(14,30,155); }

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