Html Css Color HEX #0E299F Egyptian Blue

📋 copy color: '#0E299F'

red 14 ◦ green 41 ◦ blue 159

#0E299F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0E299F

Tints of Egyptian Blue #0E299F

RGB

 RED value IS 14 (5.86% from 255) = 6.54%

 GREEN value IS 41 (16.41% from 255) = 19.16%

 BLUE value IS 159 (62.5% from 255) = 74.3%

R = 6.54%
G = 19.16%
B = 74.3%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E299F (or 0x0E299F) is known color: Egyptian Blue. HEX triplet: 0E, 29 and 9F. RGB value is (14,41,159). Sum of RGB (Red+Green+Blue) = 14+41+159=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E299F is #F1D660. Grayscale: #2D2D2D. Windows color (decimal): -15849057 or 10430734. OLE color: 10430734.

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

Color convert

RGB 14 41 159 -
CMYK 0.91 0.74 0 0.38
HSL 228.83º 0.84% 0.34% -
HSV(B) 228.83º 0.91% 0.62% -
XYZ 7.23 4.18 33.23 -
YUV 46.38 191.55 104.91 -
System Red Green Blue C M Y K H S L
Decimal 14 41 159 0.91 0.74 0 0.38 228.83 0.84 0.34
Hex E 29 9F 5B 4A 0 26 E5 54 22
Octal 16 51 237 133 112 0 46 345 124 42
Binary 1110 101001 10011111 1011011 1001010 0 100110 11100101 1010100 100010

Color Harmonies of #0E299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E299F

Black with #0E299F

Text Example


Text Example

White with #0E299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E299F;
 }
 .AnyTagClassName
 {
   color: #0E299F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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