#121EAB

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

Shades of Egyptian Blue #121EAB

Tints of Egyptian Blue #121EAB

Color information

#121EAB (or 0x121EAB) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1E and AB. RGB value is (18,30,171). Sum of RGB (Red+Green+Blue) = 18+30+171=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #121EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121EAB is #EDE154. Grayscale: #292929. Windows color (decimal): -15589717 or 11214354. OLE color: 11214354.

HSL color Cylindrical-coordinate representation of color #121EAB: hue angle of 235.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121EAB is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1830171-
CMYK0.890.8200.33
HSL235.29º80.95%37.06%-
HSV(B)235.29º89.47%67.06%-
XYZ8.06438.87-
YUV42.49200.52110.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 171 (67.19% from 255) = 78.08%
R=8.22%
G=13.70%
B=78.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18301710.890.8200.33235.2980.9537.06
Hex121EAB5952021eb5125
Octal223625313112204135312145
Binary100101111010101011101100110100100100001111010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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