#0E3098

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

Shades of Egyptian Blue #0E3098

Tints of Egyptian Blue #0E3098

Color information

#0E3098 (or 0x0E3098) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 30 and 98. RGB value is (14,48,152). Sum of RGB (Red+Green+Blue) = 14+48+152=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E3098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3098 is #F1CF67. Grayscale: #313131. Windows color (decimal): -15847272 or 9973774. OLE color: 9973774.

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

Color convert

RGB1448152-
CMYK0.910.6800.40
HSL225.22º83.13%32.55%-
HSV(B)225.22º90.79%59.61%-
XYZ6.914.4730.21-
YUV49.69185.74102.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.54%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 152 (59.77% from 255) = 71.03%
R=6.54%
G=22.43%
B=71.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14481520.910.6800.40225.2283.1332.55
HexE30985B44028e15321
Octal166023013310405034112341
Binary111011000010011000101101110001000101000111000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,48,152); }

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

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

 a { background-color: rgb(14,48,152); }

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

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

 span { border-color: rgb(14,48,152); }

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