#121AB4

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

Shades of Egyptian Blue #121AB4

Tints of Egyptian Blue #121AB4

Color information

#121AB4 (or 0x121AB4) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1A and B4. RGB value is (18,26,180). Sum of RGB (Red+Green+Blue) = 18+26+180=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 180 (70.70% from 255 or 80.36% from 224); Max value from RGB is 180 - color contains mainly: blue. Hex color #121AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB4 is #EDE54B. Grayscale: #282828. Windows color (decimal): -15590732 or 11803154. OLE color: 11803154.

HSL color Cylindrical-coordinate representation of color #121AB4: hue angle of 237.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121AB4 is Cyan = 0.9, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1826180-
CMYK0.90.8600.29
HSL237.04º81.82%38.82%-
HSV(B)237.04º90%70.59%-
XYZ8.864.1643.52-
YUV41.16206.35111.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 26 (10.55% from 255) = 11.61%
BLUE value IS 180 (70.70% from 255) = 80.36%
R=8.04%
G=11.61%
B=80.36%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18261800.90.8600.29237.0481.8238.82
Hex121AB45A5601Ded5227
Octal223226413212603535512247
Binary10010110101011010010110101010110011101111011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,180); }

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

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

 a { background-color: rgb(18,26,180); }

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

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

 span { border-color: rgb(18,26,180); }

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