Html Css Color HEX #122790 Egyptian Blue

📋 copy color: '#122790'

red 18 ◦ green 39 ◦ blue 144

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

Shades of Egyptian Blue #122790

Tints of Egyptian Blue #122790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 144 (56.64% from 255) = 71.64%

R = 8.96%
G = 19.4%
B = 71.64%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#122790 (or 0x122790) is known color: Egyptian Blue. HEX triplet: 12, 27 and 90. RGB value is (18,39,144). Sum of RGB (Red+Green+Blue) = 18+39+144=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #122790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122790 is #EDD86F. Grayscale: #2C2C2C. Windows color (decimal): -15587440 or 9447186. OLE color: 9447186.

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

Color convert

RGB 18 39 144 -
CMYK 0.88 0.73 0 0.44
HSL 230º 0.78% 0.32% -
HSV(B) 230º 0.88% 0.56% -
XYZ 6.01 3.59 26.76 -
YUV 44.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 18 39 144 0.88 0.73 0 0.44 230 0.78 0.32
Hex 12 27 90 58 49 0 2C E6 4E 20
Octal 22 47 220 130 111 0 54 346 116 40
Binary 10010 100111 10010000 1011000 1001001 0 101100 11100110 1001110 100000

Color Harmonies of #122790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122790

Black with #122790

Text Example


Text Example

White with #122790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122790; }

 p { color: rgb(18,39,144); }

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

background-color css

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

 a { background-color: rgb(18,39,144); }

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

border-color css

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

 span { border-color: rgb(18,39,144); }

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