#121DA2

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

Shades of Egyptian Blue #121DA2

Tints of Egyptian Blue #121DA2

Color information

#121DA2 (or 0x121DA2) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1D and A2. RGB value is (18,29,162). Sum of RGB (Red+Green+Blue) = 18+29+162=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #121DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121DA2 is #EDE25D. Grayscale: #282828. Windows color (decimal): -15589982 or 10624274. OLE color: 10624274.

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

Color convert

RGB1829162-
CMYK0.890.8200.36
HSL235.42º80%35.29%-
HSV(B)235.42º88.89%63.53%-
XYZ7.213.6234.5-
YUV40.87196.36111.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 162 (63.67% from 255) = 77.51%
R=8.61%
G=13.88%
B=77.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18291620.890.8200.36235.428035.29
Hex121DA25952024eb5023
Octal223524213112204435312043
Binary100101110110100010101100110100100100100111010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,29,162); }

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

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

 a { background-color: rgb(18,29,162); }

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

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

 span { border-color: rgb(18,29,162); }

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