Html Css Color HEX #121AAD Egyptian Blue

📋 copy color: '#121AAD'

red 18 ◦ green 26 ◦ blue 173

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

Shades of Egyptian Blue #121AAD

Tints of Egyptian Blue #121AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.98%

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

R = 8.29%
G = 11.98%
B = 79.72%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#121AAD (or 0x121AAD) is known color: Egyptian Blue. HEX triplet: 12, 1A and AD. RGB value is (18,26,173). Sum of RGB (Red+Green+Blue) = 18+26+173=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #121AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121AAD is #EDE552. Grayscale: #272727. Windows color (decimal): -15590739 or 11344402. OLE color: 11344402.

HSL color Cylindrical-coordinate representation of color #121AAD: hue angle of 236.9º 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 #121AAD is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 26 173 -
CMYK 0.90 0.85 0 0.32
HSL 236.9º 0.81% 0.37% -
HSV(B) 236.9º 0.9% 0.68% -
XYZ 8.16 3.88 39.85 -
YUV 40.37 202.85 112.05 -
System Red Green Blue C M Y K H S L
Decimal 18 26 173 0.90 0.85 0 0.32 236.9 0.81 0.37
Hex 12 1A AD 5A 55 0 20 ED 51 25
Octal 22 32 255 132 125 0 40 355 121 45
Binary 10010 11010 10101101 1011010 1010101 0 100000 11101101 1010001 100101

Color Harmonies of #121AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AAD

Black with #121AAD

Text Example


Text Example

White with #121AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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