#0E269F

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

Shades of Egyptian Blue #0E269F

Tints of Egyptian Blue #0E269F

Color information

#0E269F (or 0x0E269F) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 26 and 9F. RGB value is (14,38,159). Sum of RGB (Red+Green+Blue) = 14+38+159=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E269F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E269F is #F1D960. Grayscale: #2C2C2C. Windows color (decimal): -15849825 or 10429966. OLE color: 10429966.

HSL color Cylindrical-coordinate representation of color #0E269F: hue angle of 230.07º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E269F is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1438159-
CMYK0.910.7600.38
HSL230.07º83.82%33.92%-
HSV(B)230.07º91.19%62.35%-
XYZ7.133.9833.19-
YUV44.62192.55106.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.64%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 159 (62.5% from 255) = 75.36%
R=6.64%
G=18.01%
B=75.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14381590.910.7600.38230.0783.8233.92
HexE269F5B4C026e65422
Octal164623713311404634612442
Binary111010011010011111101101110011000100110111001101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,38,159); }

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

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

 a { background-color: rgb(14,38,159); }

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

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

 span { border-color: rgb(14,38,159); }

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