#0E3297

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

Shades of Egyptian Blue #0E3297

Tints of Egyptian Blue #0E3297

Color information

#0E3297 (or 0x0E3297) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 32 and 97. RGB value is (14,50,151). Sum of RGB (Red+Green+Blue) = 14+50+151=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E3297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3297 is #F1CD68. Grayscale: #323232. Windows color (decimal): -15846761 or 9908750. OLE color: 9908750.

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

Color convert

RGB1450151-
CMYK0.910.6700.41
HSL224.23º83.03%32.35%-
HSV(B)224.23º90.73%59.22%-
XYZ6.914.6129.8-
YUV50.75184.57101.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 151 (59.38% from 255) = 70.23%
R=6.51%
G=23.26%
B=70.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14501510.910.6700.41224.2383.0332.35
HexE32975B43029e05320
Octal166222713310305134012340
Binary111011001010010111101101110000110101001111000001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,151); }

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

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

 a { background-color: rgb(14,50,151); }

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

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

 span { border-color: rgb(14,50,151); }

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