Html Css Color HEX #122DA1 Egyptian Blue

📋 copy color: '#122DA1'

red 18 ◦ green 45 ◦ blue 161

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

Shades of Egyptian Blue #122DA1

Tints of Egyptian Blue #122DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

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

R = 8.04%
G = 20.09%
B = 71.88%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#122DA1 (or 0x122DA1) is known color: Egyptian Blue. HEX triplet: 12, 2D and A1. RGB value is (18,45,161). Sum of RGB (Red+Green+Blue) = 18+45+161=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #122DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DA1 is #EDD25E. Grayscale: #313131. Windows color (decimal): -15585887 or 10562834. OLE color: 10562834.

HSL color Cylindrical-coordinate representation of color #122DA1: hue angle of 228.67º 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 #122DA1 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 45 161 -
CMYK 0.89 0.72 0 0.37
HSL 228.67º 0.8% 0.35% -
HSV(B) 228.67º 0.89% 0.63% -
XYZ 7.62 4.58 34.2 -
YUV 50.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 18 45 161 0.89 0.72 0 0.37 228.67 0.8 0.35
Hex 12 2D A1 59 48 0 25 E5 50 23
Octal 22 55 241 131 110 0 45 345 120 43
Binary 10010 101101 10100001 1011001 1001000 0 100101 11100101 1010000 100011

Color Harmonies of #122DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122DA1

Black with #122DA1

Text Example


Text Example

White with #122DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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