Html Css Color HEX #121FA1 Egyptian Blue

📋 copy color: '#121FA1'

red 18 ◦ green 31 ◦ blue 161

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

Shades of Egyptian Blue #121FA1

Tints of Egyptian Blue #121FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 76.67%

R = 8.57%
G = 14.76%
B = 76.67%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#121FA1 (or 0x121FA1) is known color: Egyptian Blue. HEX triplet: 12, 1F and A1. RGB value is (18,31,161). Sum of RGB (Red+Green+Blue) = 18+31+161=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 161 (63.28% from 255 or 76.67% from 210); Max value from RGB is 161 - color contains mainly: blue. Hex color #121FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FA1 is #EDE05E. Grayscale: #292929. Windows color (decimal): -15589471 or 10559250. OLE color: 10559250.

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

Color convert

RGB 18 31 161 -
CMYK 0.89 0.81 0 0.37
HSL 234.55º 0.8% 0.35% -
HSV(B) 234.55º 0.89% 0.63% -
XYZ 7.17 3.68 34.05 -
YUV 41.93 195.19 110.93 -
System Red Green Blue C M Y K H S L
Decimal 18 31 161 0.89 0.81 0 0.37 234.55 0.8 0.35
Hex 12 1F A1 59 51 0 25 EB 50 23
Octal 22 37 241 131 121 0 45 353 120 43
Binary 10010 11111 10100001 1011001 1010001 0 100101 11101011 1010000 100011

Color Harmonies of #121FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FA1

Black with #121FA1

Text Example


Text Example

White with #121FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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