Html Css Color HEX #0E359C Egyptian Blue

📋 copy color: '#0E359C'

red 14 ◦ green 53 ◦ blue 156

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

Shades of Egyptian Blue #0E359C

Tints of Egyptian Blue #0E359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 156 (61.33% from 255) = 69.96%

R = 6.28%
G = 23.77%
B = 69.96%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E359C (or 0x0E359C) is known color: Egyptian Blue. HEX triplet: 0E, 35 and 9C. RGB value is (14,53,156). Sum of RGB (Red+Green+Blue) = 14+53+156=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E359C is #F1CA63. Grayscale: #343434. Windows color (decimal): -15845988 or 10237198. OLE color: 10237198.

HSL color Cylindrical-coordinate representation of color #0E359C: hue angle of 223.52º degrees, saturation: 0.84, 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 #0E359C is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 53 156 -
CMYK 0.91 0.66 0 0.39
HSL 223.52º 0.84% 0.33% -
HSV(B) 223.52º 0.91% 0.61% -
XYZ 7.45 5.04 32.03 -
YUV 53.08 186.08 100.12 -
System Red Green Blue C M Y K H S L
Decimal 14 53 156 0.91 0.66 0 0.39 223.52 0.84 0.33
Hex E 35 9C 5B 42 0 27 E0 54 21
Octal 16 65 234 133 102 0 47 340 124 41
Binary 1110 110101 10011100 1011011 1000010 0 100111 11100000 1010100 100001

Color Harmonies of #0E359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E359C

Black with #0E359C

Text Example


Text Example

White with #0E359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,156); }

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

background-color css

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

 a { background-color: rgb(14,53,156); }

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

border-color css

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

 span { border-color: rgb(14,53,156); }

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