#122F91

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

Shades of Egyptian Blue #122F91

Tints of Egyptian Blue #122F91

Color information

#122F91 (or 0x122F91) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2F and 91. RGB value is (18,47,145). Sum of RGB (Red+Green+Blue) = 18+47+145=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #122F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F91 is #EDD06E. Grayscale: #313131. Windows color (decimal): -15585391 or 9514770. OLE color: 9514770.

HSL color Cylindrical-coordinate representation of color #122F91: hue angle of 226.3º 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 #122F91 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1847145-
CMYK0.880.6800.43
HSL226.3º77.91%31.96%-
HSV(B)226.3º87.59%56.86%-
XYZ6.384.2127.26-
YUV49.5181.89105.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 145 (57.03% from 255) = 69.05%
R=8.57%
G=22.38%
B=69.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18471450.880.6800.43226.377.9131.96
Hex122F91584402Be24e20
Octal225722113010405334211640
Binary1001010111110010001101100010001000101011111000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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