Html Css Color HEX #0E2DAD Egyptian Blue

📋 copy color: '#0E2DAD'

red 14 ◦ green 45 ◦ blue 173

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

Shades of Egyptian Blue #0E2DAD

Tints of Egyptian Blue #0E2DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 173 (67.97% from 255) = 74.57%

R = 6.03%
G = 19.4%
B = 74.57%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E2DAD (or 0x0E2DAD) is known color: Egyptian Blue. HEX triplet: 0E, 2D and AD. RGB value is (14,45,173). Sum of RGB (Red+Green+Blue) = 14+45+173=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E2DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2DAD is #F1D252. Grayscale: #313131. Windows color (decimal): -15848019 or 11349262. OLE color: 11349262.

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

Color convert

RGB 14 45 173 -
CMYK 0.92 0.74 0 0.32
HSL 228.3º 0.85% 0.37% -
HSV(B) 228.3º 0.92% 0.68% -
XYZ 8.66 4.99 40.04 -
YUV 50.32 197.23 102.09 -
System Red Green Blue C M Y K H S L
Decimal 14 45 173 0.92 0.74 0 0.32 228.3 0.85 0.37
Hex E 2D AD 5C 4A 0 20 E4 55 25
Octal 16 55 255 134 112 0 40 344 125 45
Binary 1110 101101 10101101 1011100 1001010 0 100000 11100100 1010101 100101

Color Harmonies of #0E2DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2DAD

Black with #0E2DAD

Text Example


Text Example

White with #0E2DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,45,173); }

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

background-color css

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

 a { background-color: rgb(14,45,173); }

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

border-color css

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

 span { border-color: rgb(14,45,173); }

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