Html Css Color HEX #0E319B Egyptian Blue

📋 copy color: '#0E319B'

red 14 ◦ green 49 ◦ blue 155

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

Shades of Egyptian Blue #0E319B

Tints of Egyptian Blue #0E319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.48%

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

R = 6.42%
G = 22.48%
B = 71.1%

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

#0E319B (or 0x0E319B) is known color: Egyptian Blue. HEX triplet: 0E, 31 and 9B. RGB value is (14,49,155). Sum of RGB (Red+Green+Blue) = 14+49+155=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E319B is #F1CE64. Grayscale: #323232. Windows color (decimal): -15847013 or 10170638. OLE color: 10170638.

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

Color convert

RGB 14 49 155 -
CMYK 0.91 0.68 0 0.39
HSL 225.11º 0.83% 0.33% -
HSV(B) 225.11º 0.91% 0.61% -
XYZ 7.2 4.66 31.53 -
YUV 50.62 186.9 101.88 -
System Red Green Blue C M Y K H S L
Decimal 14 49 155 0.91 0.68 0 0.39 225.11 0.83 0.33
Hex E 31 9B 5B 44 0 27 E1 53 21
Octal 16 61 233 133 104 0 47 341 123 41
Binary 1110 110001 10011011 1011011 1000100 0 100111 11100001 1010011 100001

Color Harmonies of #0E319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E319B

Black with #0E319B

Text Example


Text Example

White with #0E319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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