Html Css Color HEX #0E329B Egyptian Blue

📋 copy color: '#0E329B'

red 14 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #0E329B

Tints of Egyptian Blue #0E329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.78%

R = 6.39%
G = 22.83%
B = 70.78%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E329B (or 0x0E329B) is known color: Egyptian Blue. HEX triplet: 0E, 32 and 9B. RGB value is (14,50,155). Sum of RGB (Red+Green+Blue) = 14+50+155=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E329B is #F1CD64. Grayscale: #323232. Windows color (decimal): -15846757 or 10170894. OLE color: 10170894.

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

Color convert

RGB 14 50 155 -
CMYK 0.91 0.68 0 0.39
HSL 224.68º 0.83% 0.33% -
HSV(B) 224.68º 0.91% 0.61% -
XYZ 7.24 4.74 31.54 -
YUV 51.21 186.57 101.46 -
System Red Green Blue C M Y K H S L
Decimal 14 50 155 0.91 0.68 0 0.39 224.68 0.83 0.33
Hex E 32 9B 5B 44 0 27 E1 53 21
Octal 16 62 233 133 104 0 47 341 123 41
Binary 1110 110010 10011011 1011011 1000100 0 100111 11100001 1010011 100001

Color Harmonies of #0E329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E329B

Black with #0E329B

Text Example


Text Example

White with #0E329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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