Html Css Color HEX #121FAA Egyptian Blue

📋 copy color: '#121FAA'

red 18 ◦ green 31 ◦ blue 170

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

Shades of Egyptian Blue #121FAA

Tints of Egyptian Blue #121FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 8.22%
G = 14.16%
B = 77.63%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#121FAA (or 0x121FAA) is known color: Egyptian Blue. HEX triplet: 12, 1F and AA. RGB value is (18,31,170). Sum of RGB (Red+Green+Blue) = 18+31+170=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #121FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FAA is #EDE055. Grayscale: #2A2A2A. Windows color (decimal): -15589462 or 11149074. OLE color: 11149074.

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

Color convert

RGB 18 31 170 -
CMYK 0.89 0.82 0 0.33
HSL 234.87º 0.81% 0.37% -
HSV(B) 234.87º 0.89% 0.67% -
XYZ 8 4.01 38.38 -
YUV 42.96 199.69 110.2 -
System Red Green Blue C M Y K H S L
Decimal 18 31 170 0.89 0.82 0 0.33 234.87 0.81 0.37
Hex 12 1F AA 59 52 0 21 EB 51 25
Octal 22 37 252 131 122 0 41 353 121 45
Binary 10010 11111 10101010 1011001 1010010 0 100001 11101011 1010001 100101

Color Harmonies of #121FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FAA

Black with #121FAA

Text Example


Text Example

White with #121FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,170); }

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

background-color css

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

 a { background-color: rgb(18,31,170); }

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

border-color css

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

 span { border-color: rgb(18,31,170); }

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