Html Css Color HEX #122FAD Egyptian Blue

📋 copy color: '#122FAD'

red 18 ◦ green 47 ◦ blue 173

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

Shades of Egyptian Blue #122FAD

Tints of Egyptian Blue #122FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

 BLUE value IS 173 (67.97% from 255) = 72.69%

R = 7.56%
G = 19.75%
B = 72.69%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#122FAD (or 0x122FAD) is known color: Egyptian Blue. HEX triplet: 12, 2F and AD. RGB value is (18,47,173). Sum of RGB (Red+Green+Blue) = 18+47+173=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #122FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FAD is #EDD052. Grayscale: #343434. Windows color (decimal): -15585363 or 11349778. OLE color: 11349778.

HSL color Cylindrical-coordinate representation of color #122FAD: hue angle of 228.77º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122FAD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 47 173 -
CMYK 0.90 0.73 0 0.32
HSL 228.77º 0.81% 0.37% -
HSV(B) 228.77º 0.9% 0.68% -
XYZ 8.81 5.18 40.07 -
YUV 52.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 18 47 173 0.90 0.73 0 0.32 228.77 0.81 0.37
Hex 12 2F AD 5A 49 0 20 E5 51 25
Octal 22 57 255 132 111 0 40 345 121 45
Binary 10010 101111 10101101 1011010 1001001 0 100000 11100101 1010001 100101

Color Harmonies of #122FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122FAD

Black with #122FAD

Text Example


Text Example

White with #122FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,47,173); }

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

background-color css

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

 a { background-color: rgb(18,47,173); }

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

border-color css

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

 span { border-color: rgb(18,47,173); }

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