Html Css Color HEX #122B9C Egyptian Blue

📋 copy color: '#122B9C'

red 18 ◦ green 43 ◦ blue 156

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

Shades of Egyptian Blue #122B9C

Tints of Egyptian Blue #122B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 71.89%

R = 8.29%
G = 19.82%
B = 71.89%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#122B9C (or 0x122B9C) is known color: Egyptian Blue. HEX triplet: 12, 2B and 9C. RGB value is (18,43,156). Sum of RGB (Red+Green+Blue) = 18+43+156=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #122B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B9C is #EDD463. Grayscale: #2F2F2F. Windows color (decimal): -15586404 or 10234642. OLE color: 10234642.

HSL color Cylindrical-coordinate representation of color #122B9C: hue angle of 229.13º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122B9C is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 43 156 -
CMYK 0.88 0.72 0 0.39
HSL 229.13º 0.79% 0.34% -
HSV(B) 229.13º 0.88% 0.61% -
XYZ 7.11 4.26 31.9 -
YUV 48.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 18 43 156 0.88 0.72 0 0.39 229.13 0.79 0.34
Hex 12 2B 9C 58 48 0 27 E5 4F 22
Octal 22 53 234 130 110 0 47 345 117 42
Binary 10010 101011 10011100 1011000 1001000 0 100111 11100101 1001111 100010

Color Harmonies of #122B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B9C

Black with #122B9C

Text Example


Text Example

White with #122B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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