#121EB4

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

Shades of Egyptian Blue #121EB4

Tints of Egyptian Blue #121EB4

Color information

#121EB4 (or 0x121EB4) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1E and B4. RGB value is (18,30,180). Sum of RGB (Red+Green+Blue) = 18+30+180=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 180 (70.70% from 255 or 78.95% from 228); Max value from RGB is 180 - color contains mainly: blue. Hex color #121EB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121EB4 is #EDE14B. Grayscale: #2A2A2A. Windows color (decimal): -15589708 or 11804178. OLE color: 11804178.

HSL color Cylindrical-coordinate representation of color #121EB4: hue angle of 235.56º 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 #121EB4 is Cyan = 0.9, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1830180-
CMYK0.90.8300.29
HSL235.56º81.82%38.82%-
HSV(B)235.56º90%70.59%-
XYZ8.954.3543.55-
YUV43.51205.02109.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 180 (70.70% from 255) = 78.95%
R=7.89%
G=13.16%
B=78.95%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18301800.90.8300.29235.5681.8238.82
Hex121EB45A5301Dec5227
Octal223626413212303535412247
Binary10010111101011010010110101010011011101111011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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