#121EA5

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

Shades of Egyptian Blue #121EA5

Tints of Egyptian Blue #121EA5

Color information

#121EA5 (or 0x121EA5) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1E and A5. RGB value is (18,30,165). Sum of RGB (Red+Green+Blue) = 18+30+165=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 165 (64.84% from 255 or 77.46% from 213); Max value from RGB is 165 - color contains mainly: blue. Hex color #121EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121EA5 is #EDE15A. Grayscale: #292929. Windows color (decimal): -15589723 or 10821138. OLE color: 10821138.

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

Color convert

RGB1830165-
CMYK0.890.8200.35
HSL235.1º80.33%35.88%-
HSV(B)235.1º89.09%64.71%-
XYZ7.513.7735.93-
YUV41.8197.52111.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 165 (64.84% from 255) = 77.46%
R=8.45%
G=14.08%
B=77.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18301650.890.8200.35235.180.3335.88
Hex121EA55952023eb5024
Octal223624513112204335312044
Binary100101111010100101101100110100100100011111010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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