Html Css Color HEX #121FA3 Egyptian Blue

📋 copy color: '#121FA3'

red 18 ◦ green 31 ◦ blue 163

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

Shades of Egyptian Blue #121FA3

Tints of Egyptian Blue #121FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 76.89%

R = 8.49%
G = 14.62%
B = 76.89%

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

#121FA3 (or 0x121FA3) is known color: Egyptian Blue. HEX triplet: 12, 1F and A3. RGB value is (18,31,163). Sum of RGB (Red+Green+Blue) = 18+31+163=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 163 (64.06% from 255 or 76.89% from 212); Max value from RGB is 163 - color contains mainly: blue. Hex color #121FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FA3 is #EDE05C. Grayscale: #292929. Windows color (decimal): -15589469 or 10690322. OLE color: 10690322.

HSL color Cylindrical-coordinate representation of color #121FA3: hue angle of 234.62º 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 #121FA3 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 31 163 -
CMYK 0.89 0.81 0 0.36
HSL 234.62º 0.8% 0.35% -
HSV(B) 234.62º 0.89% 0.64% -
XYZ 7.35 3.75 34.99 -
YUV 42.16 196.19 110.77 -
System Red Green Blue C M Y K H S L
Decimal 18 31 163 0.89 0.81 0 0.36 234.62 0.8 0.35
Hex 12 1F A3 59 51 0 24 EB 50 23
Octal 22 37 243 131 121 0 44 353 120 43
Binary 10010 11111 10100011 1011001 1010001 0 100100 11101011 1010000 100011

Color Harmonies of #121FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FA3

Black with #121FA3

Text Example


Text Example

White with #121FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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