Html Css Color HEX #122B9A Egyptian Blue

📋 copy color: '#122B9A'

red 18 ◦ green 43 ◦ blue 154

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

Shades of Egyptian Blue #122B9A

Tints of Egyptian Blue #122B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 71.63%

R = 8.37%
G = 20%
B = 71.63%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#122B9A (or 0x122B9A) is known color: Egyptian Blue. HEX triplet: 12, 2B and 9A. RGB value is (18,43,154). Sum of RGB (Red+Green+Blue) = 18+43+154=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #122B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B9A is #EDD465. Grayscale: #2F2F2F. Windows color (decimal): -15586406 or 10103570. OLE color: 10103570.

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

Color convert

RGB 18 43 154 -
CMYK 0.88 0.72 0 0.40
HSL 228.97º 0.79% 0.34% -
HSV(B) 228.97º 0.88% 0.6% -
XYZ 6.95 4.19 31.01 -
YUV 48.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 18 43 154 0.88 0.72 0 0.40 228.97 0.79 0.34
Hex 12 2B 9A 58 48 0 28 E5 4F 22
Octal 22 53 232 130 110 0 50 345 117 42
Binary 10010 101011 10011010 1011000 1001000 0 101000 11100101 1001111 100010

Color Harmonies of #122B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B9A

Black with #122B9A

Text Example


Text Example

White with #122B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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