Html Css Color HEX #122BAA Egyptian Blue

📋 copy color: '#122BAA'

red 18 ◦ green 43 ◦ blue 170

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

Shades of Egyptian Blue #122BAA

Tints of Egyptian Blue #122BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.61%

 BLUE value IS 170 (66.8% from 255) = 73.59%

R = 7.79%
G = 18.61%
B = 73.59%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#122BAA (or 0x122BAA) is known color: Egyptian Blue. HEX triplet: 12, 2B and AA. RGB value is (18,43,170). Sum of RGB (Red+Green+Blue) = 18+43+170=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #122BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BAA is #EDD455. Grayscale: #313131. Windows color (decimal): -15586390 or 11152146. OLE color: 11152146.

HSL color Cylindrical-coordinate representation of color #122BAA: hue angle of 230.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122BAA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 43 170 -
CMYK 0.89 0.75 0 0.33
HSL 230.13º 0.81% 0.37% -
HSV(B) 230.13º 0.89% 0.67% -
XYZ 8.37 4.76 38.51 -
YUV 50 195.72 105.17 -
System Red Green Blue C M Y K H S L
Decimal 18 43 170 0.89 0.75 0 0.33 230.13 0.81 0.37
Hex 12 2B AA 59 4B 0 21 E6 51 25
Octal 22 53 252 131 113 0 41 346 121 45
Binary 10010 101011 10101010 1011001 1001011 0 100001 11100110 1010001 100101

Color Harmonies of #122BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BAA

Black with #122BAA

Text Example


Text Example

White with #122BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,170); }

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

background-color css

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

 a { background-color: rgb(18,43,170); }

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

border-color css

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

 span { border-color: rgb(18,43,170); }

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