Html Css Color HEX #122CAB Egyptian Blue

📋 copy color: '#122CAB'

red 18 ◦ green 44 ◦ blue 171

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

Shades of Egyptian Blue #122CAB

Tints of Egyptian Blue #122CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

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

R = 7.73%
G = 18.88%
B = 73.39%

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

#122CAB (or 0x122CAB) is known color: Egyptian Blue. HEX triplet: 12, 2C and AB. RGB value is (18,44,171). Sum of RGB (Red+Green+Blue) = 18+44+171=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #122CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CAB is #EDD354. Grayscale: #323232. Windows color (decimal): -15586133 or 11217938. OLE color: 11217938.

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

Color convert

RGB 18 44 171 -
CMYK 0.89 0.74 0 0.33
HSL 229.8º 0.81% 0.37% -
HSV(B) 229.8º 0.89% 0.67% -
XYZ 8.5 4.87 39.02 -
YUV 50.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 18 44 171 0.89 0.74 0 0.33 229.8 0.81 0.37
Hex 12 2C AB 59 4A 0 21 E6 51 25
Octal 22 54 253 131 112 0 41 346 121 45
Binary 10010 101100 10101011 1011001 1001010 0 100001 11100110 1010001 100101

Color Harmonies of #122CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CAB

Black with #122CAB

Text Example


Text Example

White with #122CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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