Html Css Color HEX #122DAB Egyptian Blue

📋 copy color: '#122DAB'

red 18 ◦ green 45 ◦ blue 171

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

Shades of Egyptian Blue #122DAB

Tints of Egyptian Blue #122DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.08%

R = 7.69%
G = 19.23%
B = 73.08%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#122DAB (or 0x122DAB) is known color: Egyptian Blue. HEX triplet: 12, 2D and AB. RGB value is (18,45,171). Sum of RGB (Red+Green+Blue) = 18+45+171=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #122DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DAB is #EDD254. Grayscale: #323232. Windows color (decimal): -15585877 or 11218194. OLE color: 11218194.

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

Color convert

RGB 18 45 171 -
CMYK 0.89 0.74 0 0.33
HSL 229.41º 0.81% 0.37% -
HSV(B) 229.41º 0.89% 0.67% -
XYZ 8.54 4.95 39.03 -
YUV 51.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 18 45 171 0.89 0.74 0 0.33 229.41 0.81 0.37
Hex 12 2D AB 59 4A 0 21 E5 51 25
Octal 22 55 253 131 112 0 41 345 121 45
Binary 10010 101101 10101011 1011001 1001010 0 100001 11100101 1010001 100101

Color Harmonies of #122DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122DAB

Black with #122DAB

Text Example


Text Example

White with #122DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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