Html Css Color HEX #122BA1 Egyptian Blue

📋 copy color: '#122BA1'

red 18 ◦ green 43 ◦ blue 161

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

Shades of Egyptian Blue #122BA1

Tints of Egyptian Blue #122BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 72.52%

R = 8.11%
G = 19.37%
B = 72.52%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#122BA1 (or 0x122BA1) is known color: Egyptian Blue. HEX triplet: 12, 2B and A1. RGB value is (18,43,161). Sum of RGB (Red+Green+Blue) = 18+43+161=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 161 (63.28% from 255 or 72.52% from 222); Max value from RGB is 161 - color contains mainly: blue. Hex color #122BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BA1 is #EDD45E. Grayscale: #303030. Windows color (decimal): -15586399 or 10562322. OLE color: 10562322.

HSL color Cylindrical-coordinate representation of color #122BA1: hue angle of 229.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122BA1 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 43 161 -
CMYK 0.89 0.73 0 0.37
HSL 229.51º 0.8% 0.35% -
HSV(B) 229.51º 0.89% 0.63% -
XYZ 7.55 4.43 34.18 -
YUV 48.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 18 43 161 0.89 0.73 0 0.37 229.51 0.8 0.35
Hex 12 2B A1 59 49 0 25 E6 50 23
Octal 22 53 241 131 111 0 45 346 120 43
Binary 10010 101011 10100001 1011001 1001001 0 100101 11100110 1010000 100011

Color Harmonies of #122BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BA1

Black with #122BA1

Text Example


Text Example

White with #122BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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