#122FAC

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

Shades of Egyptian Blue #122FAC

Tints of Egyptian Blue #122FAC

Color information

#122FAC (or 0x122FAC) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2F and AC. RGB value is (18,47,172). Sum of RGB (Red+Green+Blue) = 18+47+172=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #122FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FAC is #EDD053. Grayscale: #343434. Windows color (decimal): -15585364 or 11284242. OLE color: 11284242.

HSL color Cylindrical-coordinate representation of color #122FAC: hue angle of 228.7º 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 #122FAC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1847172-
CMYK0.900.7300.33
HSL228.7º81.05%37.25%-
HSV(B)228.7º89.53%67.45%-
XYZ8.715.1439.56-
YUV52.58195.39103.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 172 (67.58% from 255) = 72.57%
R=7.59%
G=19.83%
B=72.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18471720.900.7300.33228.781.0537.25
Hex122FAC5A49021e55125
Octal225725413211104134512145
Binary1001010111110101100101101010010010100001111001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122FAC; }

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

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

<style>
 a { background-color: #122FAC; }

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

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

<style>
 span { border-color: #122FAC; }

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

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