Html Css Color HEX #0E339E Egyptian Blue

📋 copy color: '#0E339E'

red 14 ◦ green 51 ◦ blue 158

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

Shades of Egyptian Blue #0E339E

Tints of Egyptian Blue #0E339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

 BLUE value IS 158 (62.11% from 255) = 70.85%

R = 6.28%
G = 22.87%
B = 70.85%

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

#0E339E (or 0x0E339E) is known color: Egyptian Blue. HEX triplet: 0E, 33 and 9E. RGB value is (14,51,158). Sum of RGB (Red+Green+Blue) = 14+51+158=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E339E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E339E is #F1CC61. Grayscale: #333333. Windows color (decimal): -15846498 or 10367758. OLE color: 10367758.

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

Color convert

RGB 14 51 158 -
CMYK 0.91 0.68 0 0.38
HSL 224.58º 0.84% 0.34% -
HSV(B) 224.58º 0.91% 0.62% -
XYZ 7.54 4.93 32.9 -
YUV 52.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 14 51 158 0.91 0.68 0 0.38 224.58 0.84 0.34
Hex E 33 9E 5B 44 0 26 E1 54 22
Octal 16 63 236 133 104 0 46 341 124 42
Binary 1110 110011 10011110 1011011 1000100 0 100110 11100001 1010100 100010

Color Harmonies of #0E339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E339E

Black with #0E339E

Text Example


Text Example

White with #0E339E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,158); }

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

background-color css

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

 a { background-color: rgb(14,51,158); }

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

border-color css

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

 span { border-color: rgb(14,51,158); }

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