Html Css Color HEX #122292 Egyptian Blue

📋 copy color: '#122292'

red 18 ◦ green 34 ◦ blue 146

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

Shades of Egyptian Blue #122292

Tints of Egyptian Blue #122292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 146 (57.42% from 255) = 73.74%

R = 9.09%
G = 17.17%
B = 73.74%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122292 (or 0x122292) is known color: Egyptian Blue. HEX triplet: 12, 22 and 92. RGB value is (18,34,146). Sum of RGB (Red+Green+Blue) = 18+34+146=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #122292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122292 is #EDDD6D. Grayscale: #292929. Windows color (decimal): -15588718 or 9576978. OLE color: 9576978.

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

Color convert

RGB 18 34 146 -
CMYK 0.88 0.77 0 0.43
HSL 232.5º 0.78% 0.32% -
HSV(B) 232.5º 0.88% 0.57% -
XYZ 6.01 3.35 27.52 -
YUV 41.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 18 34 146 0.88 0.77 0 0.43 232.5 0.78 0.32
Hex 12 22 92 58 4D 0 2B E8 4E 20
Octal 22 42 222 130 115 0 53 350 116 40
Binary 10010 100010 10010010 1011000 1001101 0 101011 11101000 1001110 100000

Color Harmonies of #122292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122292

Black with #122292

Text Example


Text Example

White with #122292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122292; }

 p { color: rgb(18,34,146); }

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

background-color css

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

 a { background-color: rgb(18,34,146); }

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

border-color css

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

 span { border-color: rgb(18,34,146); }

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