#122891

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

Shades of Egyptian Blue #122891

Tints of Egyptian Blue #122891

Color information

#122891 (or 0x122891) is unknown color: approx Egyptian Blue. HEX triplet: 12, 28 and 91. RGB value is (18,40,145). Sum of RGB (Red+Green+Blue) = 18+40+145=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #122891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122891 is #EDD76E. Grayscale: #2C2C2C. Windows color (decimal): -15587183 or 9512978. OLE color: 9512978.

HSL color Cylindrical-coordinate representation of color #122891: hue angle of 229.61º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122891 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1840145-
CMYK0.880.7200.43
HSL229.61º77.91%31.96%-
HSV(B)229.61º87.59%56.86%-
XYZ6.123.6927.18-
YUV45.39184.21108.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 145 (57.03% from 255) = 71.43%
R=8.87%
G=19.70%
B=71.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18401450.880.7200.43229.6177.9131.96
Hex122891584802Be64e20
Octal225022113011005334611640
Binary1001010100010010001101100010010000101011111001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122891; }

 p { color: rgb(18,40,145); }

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

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

 a { background-color: rgb(18,40,145); }

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

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

 span { border-color: rgb(18,40,145); }

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