Html Css Color HEX #122B9D Egyptian Blue

📋 copy color: '#122B9D'

red 18 ◦ green 43 ◦ blue 157

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

Shades of Egyptian Blue #122B9D

Tints of Egyptian Blue #122B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 8.26%
G = 19.72%
B = 72.02%

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

#122B9D (or 0x122B9D) is known color: Egyptian Blue. HEX triplet: 12, 2B and 9D. RGB value is (18,43,157). Sum of RGB (Red+Green+Blue) = 18+43+157=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #122B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B9D is #EDD462. Grayscale: #303030. Windows color (decimal): -15586403 or 10300178. OLE color: 10300178.

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

Color convert

RGB 18 43 157 -
CMYK 0.89 0.73 0 0.38
HSL 229.21º 0.79% 0.34% -
HSV(B) 229.21º 0.89% 0.62% -
XYZ 7.2 4.29 32.35 -
YUV 48.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 18 43 157 0.89 0.73 0 0.38 229.21 0.79 0.34
Hex 12 2B 9D 59 49 0 26 E5 4F 22
Octal 22 53 235 131 111 0 46 345 117 42
Binary 10010 101011 10011101 1011001 1001001 0 100110 11100101 1001111 100010

Color Harmonies of #122B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B9D

Black with #122B9D

Text Example


Text Example

White with #122B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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