Html Css Color HEX #0E2495 Egyptian Blue

📋 copy color: '#0E2495'

red 14 ◦ green 36 ◦ blue 149

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

Shades of Egyptian Blue #0E2495

Tints of Egyptian Blue #0E2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

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

R = 7.04%
G = 18.09%
B = 74.87%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E2495 (or 0x0E2495) is known color: Egyptian Blue. HEX triplet: 0E, 24 and 95. RGB value is (14,36,149). Sum of RGB (Red+Green+Blue) = 14+36+149=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E2495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2495 is #F1DB6A. Grayscale: #292929. Windows color (decimal): -15850347 or 9774094. OLE color: 9774094.

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

Color convert

RGB 14 36 149 -
CMYK 0.91 0.76 0 0.42
HSL 230.22º 0.83% 0.32% -
HSV(B) 230.22º 0.91% 0.58% -
XYZ 6.24 3.53 28.79 -
YUV 42.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 14 36 149 0.91 0.76 0 0.42 230.22 0.83 0.32
Hex E 24 95 5B 4C 0 2A E6 53 20
Octal 16 44 225 133 114 0 52 346 123 40
Binary 1110 100100 10010101 1011011 1001100 0 101010 11100110 1010011 100000

Color Harmonies of #0E2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2495

Black with #0E2495

Text Example


Text Example

White with #0E2495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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