Html Css Color HEX #122294 Egyptian Blue

📋 copy color: '#122294'

red 18 ◦ green 34 ◦ blue 148

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

Shades of Egyptian Blue #122294

Tints of Egyptian Blue #122294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 74%

R = 9%
G = 17%
B = 74%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122294 (or 0x122294) is known color: Egyptian Blue. HEX triplet: 12, 22 and 94. RGB value is (18,34,148). Sum of RGB (Red+Green+Blue) = 18+34+148=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #122294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122294 is #EDDD6B. Grayscale: #292929. Windows color (decimal): -15588716 or 9708050. OLE color: 9708050.

HSL color Cylindrical-coordinate representation of color #122294: hue angle of 232.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122294 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 34 148 -
CMYK 0.88 0.77 0 0.42
HSL 232.62º 0.78% 0.33% -
HSV(B) 232.62º 0.88% 0.58% -
XYZ 6.17 3.41 28.35 -
YUV 42.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 18 34 148 0.88 0.77 0 0.42 232.62 0.78 0.33
Hex 12 22 94 58 4D 0 2A E9 4E 21
Octal 22 42 224 130 115 0 52 351 116 41
Binary 10010 100010 10010100 1011000 1001101 0 101010 11101001 1001110 100001

Color Harmonies of #122294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122294

Black with #122294

Text Example


Text Example

White with #122294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122294; }

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

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

background-color css

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

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

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

border-color css

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

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

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