Html Css Color HEX #122099 Egyptian Blue

📋 copy color: '#122099'

red 18 ◦ green 32 ◦ blue 153

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

Shades of Egyptian Blue #122099

Tints of Egyptian Blue #122099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 153 (60.16% from 255) = 75.37%

R = 8.87%
G = 15.76%
B = 75.37%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#122099 (or 0x122099) is known color: Egyptian Blue. HEX triplet: 12, 20 and 99. RGB value is (18,32,153). Sum of RGB (Red+Green+Blue) = 18+32+153=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #122099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122099 is #EDDF66. Grayscale: #292929. Windows color (decimal): -15589223 or 10035218. OLE color: 10035218.

HSL color Cylindrical-coordinate representation of color #122099: hue angle of 233.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122099 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 32 153 -
CMYK 0.88 0.79 0 0.4
HSL 233.78º 0.79% 0.34% -
HSV(B) 233.78º 0.88% 0.6% -
XYZ 6.52 3.46 30.46 -
YUV 41.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 18 32 153 0.88 0.79 0 0.4 233.78 0.79 0.34
Hex 12 20 99 58 4F 0 28 EA 4F 22
Octal 22 40 231 130 117 0 50 352 117 42
Binary 10010 100000 10011001 1011000 1001111 0 101000 11101010 1001111 100010

Color Harmonies of #122099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122099

Black with #122099

Text Example


Text Example

White with #122099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122099; }

 p { color: rgb(18,32,153); }

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

background-color css

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

 a { background-color: rgb(18,32,153); }

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

border-color css

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

 span { border-color: rgb(18,32,153); }

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