#0E429D

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

Shades of Egyptian Blue #0E429D

Tints of Egyptian Blue #0E429D

Color information

#0E429D (or 0x0E429D) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 42 and 9D. RGB value is (14,66,157). Sum of RGB (Red+Green+Blue) = 14+66+157=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E429D is #F1BD62. Grayscale: #3C3C3C. Windows color (decimal): -15842659 or 10306062. OLE color: 10306062.

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

Color convert

RGB1466157-
CMYK0.910.5800.38
HSL218.18º83.63%33.53%-
HSV(B)218.18º91.08%61.57%-
XYZ8.226.4232.71-
YUV60.83182.2794.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 157 (61.72% from 255) = 66.24%
R=5.91%
G=27.85%
B=66.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14661570.910.5800.38218.1883.6333.53
HexE429D5B3A026da5422
Octal161022351337204633212442
Binary111010000101001110110110111110100100110110110101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,66,157); }

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

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

 a { background-color: rgb(14,66,157); }

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

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

 span { border-color: rgb(14,66,157); }

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