Html Css Color HEX #122991 Egyptian Blue

📋 copy color: '#122991'

red 18 ◦ green 41 ◦ blue 145

#122991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #122991

Tints of Egyptian Blue #122991

RGB

 RED value IS 18 (7.42% from 255) = 8.82%

 GREEN value IS 41 (16.41% from 255) = 20.1%

 BLUE value IS 145 (57.03% from 255) = 71.08%

R = 8.82%
G = 20.1%
B = 71.08%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122991 (or 0x122991) is known color: Egyptian Blue. HEX triplet: 12, 29 and 91. RGB value is (18,41,145). Sum of RGB (Red+Green+Blue) = 18+41+145=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #122991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122991 is #EDD66E. Grayscale: #2D2D2D. Windows color (decimal): -15586927 or 9513234. OLE color: 9513234.

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

Color convert

RGB 18 41 145 -
CMYK 0.88 0.72 0 0.43
HSL 229.13º 0.78% 0.32% -
HSV(B) 229.13º 0.88% 0.57% -
XYZ 6.15 3.76 27.19 -
YUV 45.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 18 41 145 0.88 0.72 0 0.43 229.13 0.78 0.32
Hex 12 29 91 58 48 0 2B E5 4E 20
Octal 22 51 221 130 110 0 53 345 116 40
Binary 10010 101001 10010001 1011000 1001000 0 101011 11100101 1001110 100000

Color Harmonies of #122991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122991

Black with #122991

Text Example


Text Example

White with #122991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122991; }

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

 H1.HeaderClassName
 {
   color: #122991;
 }
 .AnyTagClassName
 {
   color: #122991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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