Html Css Color HEX #121EA4 Egyptian Blue

📋 copy color: '#121EA4'

red 18 ◦ green 30 ◦ blue 164

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

Shades of Egyptian Blue #121EA4

Tints of Egyptian Blue #121EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 77.36%

R = 8.49%
G = 14.15%
B = 77.36%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#121EA4 (or 0x121EA4) is known color: Egyptian Blue. HEX triplet: 12, 1E and A4. RGB value is (18,30,164). Sum of RGB (Red+Green+Blue) = 18+30+164=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 164 (64.45% from 255 or 77.36% from 212); Max value from RGB is 164 - color contains mainly: blue. Hex color #121EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121EA4 is #EDE15B. Grayscale: #292929. Windows color (decimal): -15589724 or 10755602. OLE color: 10755602.

HSL color Cylindrical-coordinate representation of color #121EA4: hue angle of 235.07º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121EA4 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 30 164 -
CMYK 0.89 0.82 0 0.36
HSL 235.07º 0.8% 0.36% -
HSV(B) 235.07º 0.89% 0.64% -
XYZ 7.41 3.74 35.45 -
YUV 41.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 18 30 164 0.89 0.82 0 0.36 235.07 0.8 0.36
Hex 12 1E A4 59 52 0 24 EB 50 24
Octal 22 36 244 131 122 0 44 353 120 44
Binary 10010 11110 10100100 1011001 1010010 0 100100 11101011 1010000 100100

Color Harmonies of #121EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EA4

Black with #121EA4

Text Example


Text Example

White with #121EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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