#121FA0

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

Shades of Egyptian Blue #121FA0

Tints of Egyptian Blue #121FA0

Color information

#121FA0 (or 0x121FA0) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1F and A0. RGB value is (18,31,160). Sum of RGB (Red+Green+Blue) = 18+31+160=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #121FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FA0 is #EDE05F. Grayscale: #292929. Windows color (decimal): -15589472 or 10493714. OLE color: 10493714.

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

Color convert

RGB1831160-
CMYK0.890.8100.37
HSL234.51º79.78%34.9%-
HSV(B)234.51º88.75%62.75%-
XYZ7.083.6533.59-
YUV41.82194.69111.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 160 (62.89% from 255) = 76.56%
R=8.61%
G=14.83%
B=76.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18311600.890.8100.37234.5179.7834.9
Hex121FA05951025eb5023
Octal223724013112104535312043
Binary100101111110100000101100110100010100101111010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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