#121CAC

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

Shades of Egyptian Blue #121CAC

Tints of Egyptian Blue #121CAC

Color information

#121CAC (or 0x121CAC) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1C and AC. RGB value is (18,28,172). Sum of RGB (Red+Green+Blue) = 18+28+172=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #121CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121CAC is #EDE353. Grayscale: #282828. Windows color (decimal): -15590228 or 11279378. OLE color: 11279378.

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

Color convert

RGB1828172-
CMYK0.900.8400.33
HSL236.1º81.05%37.25%-
HSV(B)236.1º89.53%67.45%-
XYZ8.113.9439.36-
YUV41.43201.69111.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 172 (67.58% from 255) = 78.90%
R=8.26%
G=12.84%
B=78.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18281720.900.8400.33236.181.0537.25
Hex121CAC5A54021ec5125
Octal223425413212404135412145
Binary100101110010101100101101010101000100001111011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,172); }

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

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

 a { background-color: rgb(18,28,172); }

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

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

 span { border-color: rgb(18,28,172); }

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