Html Css Color HEX #121EAC Egyptian Blue

📋 copy color: '#121EAC'

red 18 ◦ green 30 ◦ blue 172

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

Shades of Egyptian Blue #121EAC

Tints of Egyptian Blue #121EAC

RGB

 RED value IS 18 (7.42% from 255) = 8.18%

 GREEN value IS 30 (12.11% from 255) = 13.64%

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

R = 8.18%
G = 13.64%
B = 78.18%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#121EAC (or 0x121EAC) is known color: Egyptian Blue. HEX triplet: 12, 1E and AC. RGB value is (18,30,172). Sum of RGB (Red+Green+Blue) = 18+30+172=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #121EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121EAC is #EDE153. Grayscale: #2A2A2A. Windows color (decimal): -15589716 or 11279890. OLE color: 11279890.

HSL color Cylindrical-coordinate representation of color #121EAC: hue angle of 235.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121EAC is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 30 172 -
CMYK 0.90 0.83 0 0.33
HSL 235.32º 0.81% 0.37% -
HSV(B) 235.32º 0.9% 0.67% -
XYZ 8.16 4.04 39.38 -
YUV 42.6 201.02 110.45 -
System Red Green Blue C M Y K H S L
Decimal 18 30 172 0.90 0.83 0 0.33 235.32 0.81 0.37
Hex 12 1E AC 5A 53 0 21 EB 51 25
Octal 22 36 254 132 123 0 41 353 121 45
Binary 10010 11110 10101100 1011010 1010011 0 100001 11101011 1010001 100101

Color Harmonies of #121EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EAC

Black with #121EAC

Text Example


Text Example

White with #121EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121EAC; }

 p { color: rgb(18,30,172); }

 H1.HeaderClassName
 {
   color: #121EAC;
 }
 .AnyTagClassName
 {
   color: #121EAC;
 }
</style>

background-color css

<style>
 a { background-color: #121EAC; }

 a { background-color: rgb(18,30,172); }

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

border-color css

<style>
 span { border-color: #121EAC; }

 span { border-color: rgb(18,30,172); }

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