Html Css Color HEX #122BA9 Egyptian Blue

📋 copy color: '#122BA9'

red 18 ◦ green 43 ◦ blue 169

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

Shades of Egyptian Blue #122BA9

Tints of Egyptian Blue #122BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 73.48%

R = 7.83%
G = 18.7%
B = 73.48%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#122BA9 (or 0x122BA9) is known color: Egyptian Blue. HEX triplet: 12, 2B and A9. RGB value is (18,43,169). Sum of RGB (Red+Green+Blue) = 18+43+169=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #122BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BA9 is #EDD456. Grayscale: #313131. Windows color (decimal): -15586391 or 11086610. OLE color: 11086610.

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

Color convert

RGB 18 43 169 -
CMYK 0.89 0.75 0 0.34
HSL 230.07º 0.81% 0.37% -
HSV(B) 230.07º 0.89% 0.66% -
XYZ 8.27 4.72 38.01 -
YUV 49.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 18 43 169 0.89 0.75 0 0.34 230.07 0.81 0.37
Hex 12 2B A9 59 4B 0 22 E6 51 25
Octal 22 53 251 131 113 0 42 346 121 45
Binary 10010 101011 10101001 1011001 1001011 0 100010 11100110 1010001 100101

Color Harmonies of #122BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BA9

Black with #122BA9

Text Example


Text Example

White with #122BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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