Html Css Color HEX #121FA8 Egyptian Blue

📋 copy color: '#121FA8'

red 18 ◦ green 31 ◦ blue 168

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

Shades of Egyptian Blue #121FA8

Tints of Egyptian Blue #121FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 77.42%

R = 8.29%
G = 14.29%
B = 77.42%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#121FA8 (or 0x121FA8) is known color: Egyptian Blue. HEX triplet: 12, 1F and A8. RGB value is (18,31,168). Sum of RGB (Red+Green+Blue) = 18+31+168=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 168 (66.02% from 255 or 77.42% from 217); Max value from RGB is 168 - color contains mainly: blue. Hex color #121FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FA8 is #EDE057. Grayscale: #2A2A2A. Windows color (decimal): -15589464 or 11018002. OLE color: 11018002.

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

Color convert

RGB 18 31 168 -
CMYK 0.89 0.82 0 0.34
HSL 234.8º 0.81% 0.36% -
HSV(B) 234.8º 0.89% 0.66% -
XYZ 7.81 3.94 37.39 -
YUV 42.73 198.69 110.36 -
System Red Green Blue C M Y K H S L
Decimal 18 31 168 0.89 0.82 0 0.34 234.8 0.81 0.36
Hex 12 1F A8 59 52 0 22 EB 51 24
Octal 22 37 250 131 122 0 42 353 121 44
Binary 10010 11111 10101000 1011001 1010010 0 100010 11101011 1010001 100100

Color Harmonies of #121FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FA8

Black with #121FA8

Text Example


Text Example

White with #121FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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