Html Css Color HEX #121EAD Egyptian Blue

📋 copy color: '#121EAD'

red 18 ◦ green 30 ◦ blue 173

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

Shades of Egyptian Blue #121EAD

Tints of Egyptian Blue #121EAD

RGB

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

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

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

R = 8.14%
G = 13.57%
B = 78.28%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#121EAD (or 0x121EAD) is known color: Egyptian Blue. HEX triplet: 12, 1E and AD. RGB value is (18,30,173). Sum of RGB (Red+Green+Blue) = 18+30+173=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #121EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121EAD is #EDE152. Grayscale: #2A2A2A. Windows color (decimal): -15589715 or 11345426. OLE color: 11345426.

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

Color convert

RGB 18 30 173 -
CMYK 0.90 0.83 0 0.32
HSL 235.35º 0.81% 0.37% -
HSV(B) 235.35º 0.9% 0.68% -
XYZ 8.26 4.07 39.89 -
YUV 42.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 18 30 173 0.90 0.83 0 0.32 235.35 0.81 0.37
Hex 12 1E AD 5A 53 0 20 EB 51 25
Octal 22 36 255 132 123 0 40 353 121 45
Binary 10010 11110 10101101 1011010 1010011 0 100000 11101011 1010001 100101

Color Harmonies of #121EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EAD

Black with #121EAD

Text Example


Text Example

White with #121EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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