Html Css Color HEX #122BA2 Egyptian Blue

📋 copy color: '#122BA2'

red 18 ◦ green 43 ◦ blue 162

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

Shades of Egyptian Blue #122BA2

Tints of Egyptian Blue #122BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 72.65%

R = 8.07%
G = 19.28%
B = 72.65%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#122BA2 (or 0x122BA2) is known color: Egyptian Blue. HEX triplet: 12, 2B and A2. RGB value is (18,43,162). Sum of RGB (Red+Green+Blue) = 18+43+162=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 162 (63.67% from 255 or 72.65% from 223); Max value from RGB is 162 - color contains mainly: blue. Hex color #122BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BA2 is #EDD45D. Grayscale: #303030. Windows color (decimal): -15586398 or 10627858. OLE color: 10627858.

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

Color convert

RGB 18 43 162 -
CMYK 0.89 0.73 0 0.36
HSL 229.58º 0.8% 0.35% -
HSV(B) 229.58º 0.89% 0.64% -
XYZ 7.63 4.46 34.64 -
YUV 49.09 191.72 105.82 -
System Red Green Blue C M Y K H S L
Decimal 18 43 162 0.89 0.73 0 0.36 229.58 0.8 0.35
Hex 12 2B A2 59 49 0 24 E6 50 23
Octal 22 53 242 131 111 0 44 346 120 43
Binary 10010 101011 10100010 1011001 1001001 0 100100 11100110 1010000 100011

Color Harmonies of #122BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BA2

Black with #122BA2

Text Example


Text Example

White with #122BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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