#122B9A

Color #122B9A Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #122B9A

Tints of Egyptian Blue #122B9A

Color information

#122B9A (or 0x122B9A) is unknown color: approx 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

RGB1843154-
CMYK0.880.7200.40
HSL228.97º79.07%33.73%-
HSV(B)228.97º88.31%60.39%-
XYZ6.954.1931.01-
YUV48.18187.72106.47-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18431540.880.7200.40228.9779.0733.73
Hex122B9A5848028e54f22
Octal225323213011005034511742
Binary1001010101110011010101100010010000101000111001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>