Html Css Color HEX #121FA2 Egyptian Blue

📋 copy color: '#121FA2'

red 18 ◦ green 31 ◦ blue 162

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

Shades of Egyptian Blue #121FA2

Tints of Egyptian Blue #121FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 76.78%

R = 8.53%
G = 14.69%
B = 76.78%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#121FA2 (or 0x121FA2) is known color: Egyptian Blue. HEX triplet: 12, 1F and A2. RGB value is (18,31,162). Sum of RGB (Red+Green+Blue) = 18+31+162=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 162 (63.67% from 255 or 76.78% from 211); Max value from RGB is 162 - color contains mainly: blue. Hex color #121FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FA2 is #EDE05D. Grayscale: #292929. Windows color (decimal): -15589470 or 10624786. OLE color: 10624786.

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

Color convert

RGB 18 31 162 -
CMYK 0.89 0.81 0 0.36
HSL 234.58º 0.8% 0.35% -
HSV(B) 234.58º 0.89% 0.64% -
XYZ 7.26 3.72 34.52 -
YUV 42.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 18 31 162 0.89 0.81 0 0.36 234.58 0.8 0.35
Hex 12 1F A2 59 51 0 24 EB 50 23
Octal 22 37 242 131 121 0 44 353 120 43
Binary 10010 11111 10100010 1011001 1010001 0 100100 11101011 1010000 100011

Color Harmonies of #121FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FA2

Black with #121FA2

Text Example


Text Example

White with #121FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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