#121FAE

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

Shades of Egyptian Blue #121FAE

Tints of Egyptian Blue #121FAE

Color information

#121FAE (or 0x121FAE) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1F and AE. RGB value is (18,31,174). Sum of RGB (Red+Green+Blue) = 18+31+174=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #121FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FAE is #EDE051. Grayscale: #2A2A2A. Windows color (decimal): -15589458 or 11411218. OLE color: 11411218.

HSL color Cylindrical-coordinate representation of color #121FAE: hue angle of 235º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121FAE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1831174-
CMYK0.900.8200.32
HSL235º81.25%37.65%-
HSV(B)235º89.66%68.24%-
XYZ8.384.1640.41-
YUV43.42201.69109.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 31 (12.5% from 255) = 13.90%
BLUE value IS 174 (68.36% from 255) = 78.03%
R=8.07%
G=13.90%
B=78.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18311740.900.8200.3223581.2537.65
Hex121FAE5A52020eb5126
Octal223725613212204035312146
Binary100101111110101110101101010100100100000111010111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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