#121FA5

Color #121FA5 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #121FA5

Tints of Egyptian Blue #121FA5

Color information

#121FA5 (or 0x121FA5) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1F and A5. RGB value is (18,31,165). Sum of RGB (Red+Green+Blue) = 18+31+165=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 165 (64.84% from 255 or 77.10% from 214); Max value from RGB is 165 - color contains mainly: blue. Hex color #121FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FA5 is #EDE05A. Grayscale: #292929. Windows color (decimal): -15589467 or 10821394. OLE color: 10821394.

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

Color convert

RGB1831165-
CMYK0.890.8100.35
HSL234.69º80.33%35.88%-
HSV(B)234.69º89.09%64.71%-
XYZ7.533.8335.94-
YUV42.39197.19110.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 31 (12.5% from 255) = 14.49%
BLUE value IS 165 (64.84% from 255) = 77.10%
R=8.41%
G=14.49%
B=77.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18311650.890.8100.35234.6980.3335.88
Hex121FA55951023eb5024
Octal223724513112104335312044
Binary100101111110100101101100110100010100011111010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #121FA5;
 }
 .AnyTagClassName
 {
   color: #121FA5;
 }
</style>
background-color css

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

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

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

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

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

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