Html Css Color HEX #0E3EAC Egyptian Blue

📋 copy color: '#0E3EAC'

red 14 ◦ green 62 ◦ blue 172

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

Shades of Egyptian Blue #0E3EAC

Tints of Egyptian Blue #0E3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 5.65%
G = 25%
B = 69.35%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E3EAC (or 0x0E3EAC) is known color: Egyptian Blue. HEX triplet: 0E, 3E and AC. RGB value is (14,62,172). Sum of RGB (Red+Green+Blue) = 14+62+172=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E3EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3EAC is #F1C153. Grayscale: #3B3B3B. Windows color (decimal): -15843668 or 11288078. OLE color: 11288078.

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

Color convert

RGB 14 62 172 -
CMYK 0.92 0.64 0 0.33
HSL 221.77º 0.85% 0.36% -
HSV(B) 221.77º 0.92% 0.67% -
XYZ 9.35 6.52 39.79 -
YUV 60.19 191.1 95.06 -
System Red Green Blue C M Y K H S L
Decimal 14 62 172 0.92 0.64 0 0.33 221.77 0.85 0.36
Hex E 3E AC 5C 40 0 21 DE 55 24
Octal 16 76 254 134 100 0 41 336 125 44
Binary 1110 111110 10101100 1011100 1000000 0 100001 11011110 1010101 100100

Color Harmonies of #0E3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3EAC

Black with #0E3EAC

Text Example


Text Example

White with #0E3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,62,172); }

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

background-color css

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

 a { background-color: rgb(14,62,172); }

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

border-color css

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

 span { border-color: rgb(14,62,172); }

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