Html Css Color HEX #0E3CAC Egyptian Blue

📋 copy color: '#0E3CAC'

red 14 ◦ green 60 ◦ blue 172

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

Shades of Egyptian Blue #0E3CAC

Tints of Egyptian Blue #0E3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

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

R = 5.69%
G = 24.39%
B = 69.92%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E3CAC (or 0x0E3CAC) is known color: Egyptian Blue. HEX triplet: 0E, 3C and AC. RGB value is (14,60,172). Sum of RGB (Red+Green+Blue) = 14+60+172=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E3CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3CAC is #F1C353. Grayscale: #3A3A3A. Windows color (decimal): -15844180 or 11287566. OLE color: 11287566.

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

Color convert

RGB 14 60 172 -
CMYK 0.92 0.65 0 0.33
HSL 222.53º 0.85% 0.36% -
HSV(B) 222.53º 0.92% 0.67% -
XYZ 9.24 6.3 39.76 -
YUV 59.01 191.76 95.89 -
System Red Green Blue C M Y K H S L
Decimal 14 60 172 0.92 0.65 0 0.33 222.53 0.85 0.36
Hex E 3C AC 5C 41 0 21 DF 55 24
Octal 16 74 254 134 101 0 41 337 125 44
Binary 1110 111100 10101100 1011100 1000001 0 100001 11011111 1010101 100100

Color Harmonies of #0E3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3CAC

Black with #0E3CAC

Text Example


Text Example

White with #0E3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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