#0E2695

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

Shades of Egyptian Blue #0E2695

Tints of Egyptian Blue #0E2695

Color information

#0E2695 (or 0x0E2695) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 26 and 95. RGB value is (14,38,149). Sum of RGB (Red+Green+Blue) = 14+38+149=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E2695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2695 is #F1D96A. Grayscale: #2B2B2B. Windows color (decimal): -15849835 or 9774606. OLE color: 9774606.

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

Color convert

RGB1438149-
CMYK0.910.7400.42
HSL229.33º82.82%31.96%-
HSV(B)229.33º90.6%58.43%-
XYZ6.33.6528.81-
YUV43.48187.55106.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 149 (58.59% from 255) = 74.13%
R=6.97%
G=18.91%
B=74.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14381490.910.7400.42229.3382.8231.96
HexE26955B4A02Ae55320
Octal164622513311205234512340
Binary111010011010010101101101110010100101010111001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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