Html Css Color HEX #122390 Egyptian Blue

📋 copy color: '#122390'

red 18 ◦ green 35 ◦ blue 144

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

Shades of Egyptian Blue #122390

Tints of Egyptian Blue #122390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 9.14%
G = 17.77%
B = 73.1%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#122390 (or 0x122390) is known color: Egyptian Blue. HEX triplet: 12, 23 and 90. RGB value is (18,35,144). Sum of RGB (Red+Green+Blue) = 18+35+144=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #122390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122390 is #EDDC6F. Grayscale: #292929. Windows color (decimal): -15588464 or 9446162. OLE color: 9446162.

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

Color convert

RGB 18 35 144 -
CMYK 0.88 0.76 0 0.44
HSL 231.9º 0.78% 0.32% -
HSV(B) 231.9º 0.88% 0.56% -
XYZ 5.88 3.34 26.72 -
YUV 42.34 185.37 110.64 -
System Red Green Blue C M Y K H S L
Decimal 18 35 144 0.88 0.76 0 0.44 231.9 0.78 0.32
Hex 12 23 90 58 4C 0 2C E8 4E 20
Octal 22 43 220 130 114 0 54 350 116 40
Binary 10010 100011 10010000 1011000 1001100 0 101100 11101000 1001110 100000

Color Harmonies of #122390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122390

Black with #122390

Text Example


Text Example

White with #122390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122390; }

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

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

background-color css

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

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

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

border-color css

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

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

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