Html Css Color HEX #0E3AAE Egyptian Blue

📋 copy color: '#0E3AAE'

red 14 ◦ green 58 ◦ blue 174

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

Shades of Egyptian Blue #0E3AAE

Tints of Egyptian Blue #0E3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.58%

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

R = 5.69%
G = 23.58%
B = 70.73%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E3AAE (or 0x0E3AAE) is known color: Egyptian Blue. HEX triplet: 0E, 3A and AE. RGB value is (14,58,174). Sum of RGB (Red+Green+Blue) = 14+58+174=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E3AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3AAE is #F1C551. Grayscale: #393939. Windows color (decimal): -15844690 or 11418126. OLE color: 11418126.

HSL color Cylindrical-coordinate representation of color #0E3AAE: hue angle of 223.5º 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 #0E3AAE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 58 174 -
CMYK 0.92 0.67 0 0.32
HSL 223.5º 0.85% 0.37% -
HSV(B) 223.5º 0.92% 0.68% -
XYZ 9.33 6.18 40.74 -
YUV 58.07 193.42 96.57 -
System Red Green Blue C M Y K H S L
Decimal 14 58 174 0.92 0.67 0 0.32 223.5 0.85 0.37
Hex E 3A AE 5C 43 0 20 E0 55 25
Octal 16 72 256 134 103 0 40 340 125 45
Binary 1110 111010 10101110 1011100 1000011 0 100000 11100000 1010101 100101

Color Harmonies of #0E3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3AAE

Black with #0E3AAE

Text Example


Text Example

White with #0E3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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