Html Css Color HEX #0E2095 Egyptian Blue

📋 copy color: '#0E2095'

red 14 ◦ green 32 ◦ blue 149

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

Shades of Egyptian Blue #0E2095

Tints of Egyptian Blue #0E2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 149 (58.59% from 255) = 76.41%

R = 7.18%
G = 16.41%
B = 76.41%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E2095 (or 0x0E2095) is known color: Egyptian Blue. HEX triplet: 0E, 20 and 95. RGB value is (14,32,149). Sum of RGB (Red+Green+Blue) = 14+32+149=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E2095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2095 is #F1DF6A. Grayscale: #272727. Windows color (decimal): -15851371 or 9773070. OLE color: 9773070.

HSL color Cylindrical-coordinate representation of color #0E2095: hue angle of 232º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E2095 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 32 149 -
CMYK 0.91 0.79 0 0.42
HSL 232º 0.83% 0.32% -
HSV(B) 232º 0.91% 0.58% -
XYZ 6.12 3.3 28.75 -
YUV 39.96 189.54 109.49 -
System Red Green Blue C M Y K H S L
Decimal 14 32 149 0.91 0.79 0 0.42 232 0.83 0.32
Hex E 20 95 5B 4F 0 2A E8 53 20
Octal 16 40 225 133 117 0 52 350 123 40
Binary 1110 100000 10010101 1011011 1001111 0 101010 11101000 1010011 100000

Color Harmonies of #0E2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2095

Black with #0E2095

Text Example


Text Example

White with #0E2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,32,149); }

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

background-color css

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

 a { background-color: rgb(14,32,149); }

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

border-color css

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

 span { border-color: rgb(14,32,149); }

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