Html Css Color HEX #122A90 Egyptian Blue

📋 copy color: '#122A90'

red 18 ◦ green 42 ◦ blue 144

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

Shades of Egyptian Blue #122A90

Tints of Egyptian Blue #122A90

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.59%

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

R = 8.82%
G = 20.59%
B = 70.59%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#122A90 (or 0x122A90) is known color: Egyptian Blue. HEX triplet: 12, 2A and 90. RGB value is (18,42,144). Sum of RGB (Red+Green+Blue) = 18+42+144=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 144 (56.64% from 255 or 70.59% from 204); Max value from RGB is 144 - color contains mainly: blue. Hex color #122A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122A90 is #EDD56F. Grayscale: #2E2E2E. Windows color (decimal): -15586672 or 9447954. OLE color: 9447954.

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

Color convert

RGB 18 42 144 -
CMYK 0.88 0.71 0 0.44
HSL 228.57º 0.78% 0.32% -
HSV(B) 228.57º 0.88% 0.56% -
XYZ 6.11 3.8 26.8 -
YUV 46.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 18 42 144 0.88 0.71 0 0.44 228.57 0.78 0.32
Hex 12 2A 90 58 47 0 2C E5 4E 20
Octal 22 52 220 130 107 0 54 345 116 40
Binary 10010 101010 10010000 1011000 1000111 0 101100 11100101 1001110 100000

Color Harmonies of #122A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A90

Black with #122A90

Text Example


Text Example

White with #122A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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