Html Css Color HEX #0E3FAE Egyptian Blue

📋 copy color: '#0E3FAE'

red 14 ◦ green 63 ◦ blue 174

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

Shades of Egyptian Blue #0E3FAE

Tints of Egyptian Blue #0E3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 5.58%
G = 25.1%
B = 69.32%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E3FAE (or 0x0E3FAE) is known color: Egyptian Blue. HEX triplet: 0E, 3F and AE. RGB value is (14,63,174). Sum of RGB (Red+Green+Blue) = 14+63+174=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E3FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3FAE is #F1C051. Grayscale: #3C3C3C. Windows color (decimal): -15843410 or 11419406. OLE color: 11419406.

HSL color Cylindrical-coordinate representation of color #0E3FAE: hue angle of 221.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3FAE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 63 174 -
CMYK 0.92 0.64 0 0.32
HSL 221.63º 0.85% 0.37% -
HSV(B) 221.63º 0.92% 0.68% -
XYZ 9.6 6.7 40.83 -
YUV 61 191.77 94.47 -
System Red Green Blue C M Y K H S L
Decimal 14 63 174 0.92 0.64 0 0.32 221.63 0.85 0.37
Hex E 3F AE 5C 40 0 20 DE 55 25
Octal 16 77 256 134 100 0 40 336 125 45
Binary 1110 111111 10101110 1011100 1000000 0 100000 11011110 1010101 100101

Color Harmonies of #0E3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3FAE

Black with #0E3FAE

Text Example


Text Example

White with #0E3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,63,174); }

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

background-color css

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

 a { background-color: rgb(14,63,174); }

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

border-color css

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

 span { border-color: rgb(14,63,174); }

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