Html Css Color HEX #122591 Egyptian Blue

📋 copy color: '#122591'

red 18 ◦ green 37 ◦ blue 145

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

Shades of Egyptian Blue #122591

Tints of Egyptian Blue #122591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 9%
G = 18.5%
B = 72.5%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122591 (or 0x122591) is known color: Egyptian Blue. HEX triplet: 12, 25 and 91. RGB value is (18,37,145). Sum of RGB (Red+Green+Blue) = 18+37+145=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #122591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122591 is #EDDA6E. Grayscale: #2B2B2B. Windows color (decimal): -15587951 or 9512210. OLE color: 9512210.

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

Color convert

RGB 18 37 145 -
CMYK 0.88 0.74 0 0.43
HSL 231.02º 0.78% 0.32% -
HSV(B) 231.02º 0.88% 0.57% -
XYZ 6.02 3.5 27.15 -
YUV 43.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 18 37 145 0.88 0.74 0 0.43 231.02 0.78 0.32
Hex 12 25 91 58 4A 0 2B E7 4E 20
Octal 22 45 221 130 112 0 53 347 116 40
Binary 10010 100101 10010001 1011000 1001010 0 101011 11100111 1001110 100000

Color Harmonies of #122591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122591

Black with #122591

Text Example


Text Example

White with #122591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122591; }

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

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

background-color css

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

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

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

border-color css

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

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

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