Html Css Color HEX #122BAF Egyptian Blue

📋 copy color: '#122BAF'

red 18 ◦ green 43 ◦ blue 175

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

Shades of Egyptian Blue #122BAF

Tints of Egyptian Blue #122BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.15%

R = 7.63%
G = 18.22%
B = 74.15%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#122BAF (or 0x122BAF) is known color: Egyptian Blue. HEX triplet: 12, 2B and AF. RGB value is (18,43,175). Sum of RGB (Red+Green+Blue) = 18+43+175=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #122BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BAF is #EDD450. Grayscale: #323232. Windows color (decimal): -15586385 or 11479826. OLE color: 11479826.

HSL color Cylindrical-coordinate representation of color #122BAF: hue angle of 230.45º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122BAF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 43 175 -
CMYK 0.90 0.75 0 0.31
HSL 230.45º 0.81% 0.38% -
HSV(B) 230.45º 0.9% 0.69% -
XYZ 8.85 4.95 41.05 -
YUV 50.57 198.22 104.77 -
System Red Green Blue C M Y K H S L
Decimal 18 43 175 0.90 0.75 0 0.31 230.45 0.81 0.38
Hex 12 2B AF 5A 4B 0 1F E6 51 26
Octal 22 53 257 132 113 0 37 346 121 46
Binary 10010 101011 10101111 1011010 1001011 0 11111 11100110 1010001 100110

Color Harmonies of #122BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BAF

Black with #122BAF

Text Example


Text Example

White with #122BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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