Html Css Color HEX #0E329D Egyptian Blue

📋 copy color: '#0E329D'

red 14 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #0E329D

Tints of Egyptian Blue #0E329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 157 (61.72% from 255) = 71.04%

R = 6.33%
G = 22.62%
B = 71.04%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E329D (or 0x0E329D) is known color: Egyptian Blue. HEX triplet: 0E, 32 and 9D. RGB value is (14,50,157). Sum of RGB (Red+Green+Blue) = 14+50+157=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E329D is #F1CD62. Grayscale: #323232. Windows color (decimal): -15846755 or 10301966. OLE color: 10301966.

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

Color convert

RGB 14 50 157 -
CMYK 0.91 0.68 0 0.38
HSL 224.9º 0.84% 0.34% -
HSV(B) 224.9º 0.91% 0.62% -
XYZ 7.41 4.81 32.44 -
YUV 51.43 187.57 101.3 -
System Red Green Blue C M Y K H S L
Decimal 14 50 157 0.91 0.68 0 0.38 224.9 0.84 0.34
Hex E 32 9D 5B 44 0 26 E1 54 22
Octal 16 62 235 133 104 0 46 341 124 42
Binary 1110 110010 10011101 1011011 1000100 0 100110 11100001 1010100 100010

Color Harmonies of #0E329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E329D

Black with #0E329D

Text Example


Text Example

White with #0E329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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