Html Css Color HEX #122B9E Egyptian Blue

📋 copy color: '#122B9E'

red 18 ◦ green 43 ◦ blue 158

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

Shades of Egyptian Blue #122B9E

Tints of Egyptian Blue #122B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.15%

R = 8.22%
G = 19.63%
B = 72.15%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#122B9E (or 0x122B9E) is known color: Egyptian Blue. HEX triplet: 12, 2B and 9E. RGB value is (18,43,158). Sum of RGB (Red+Green+Blue) = 18+43+158=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #122B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B9E is #EDD461. Grayscale: #303030. Windows color (decimal): -15586402 or 10365714. OLE color: 10365714.

HSL color Cylindrical-coordinate representation of color #122B9E: hue angle of 229.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122B9E is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 43 158 -
CMYK 0.89 0.73 0 0.38
HSL 229.29º 0.8% 0.35% -
HSV(B) 229.29º 0.89% 0.62% -
XYZ 7.28 4.32 32.8 -
YUV 48.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 18 43 158 0.89 0.73 0 0.38 229.29 0.8 0.35
Hex 12 2B 9E 59 49 0 26 E5 50 23
Octal 22 53 236 131 111 0 46 345 120 43
Binary 10010 101011 10011110 1011001 1001001 0 100110 11100101 1010000 100011

Color Harmonies of #122B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B9E

Black with #122B9E

Text Example


Text Example

White with #122B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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