#122BB2

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

Shades of Egyptian Blue #122BB2

Tints of Egyptian Blue #122BB2

Color information

#122BB2 (or 0x122BB2) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2B and B2. RGB value is (18,43,178). Sum of RGB (Red+Green+Blue) = 18+43+178=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 178 (69.92% from 255 or 74.48% from 239); Max value from RGB is 178 - color contains mainly: blue. Hex color #122BB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BB2 is #EDD44D. Grayscale: #323232. Windows color (decimal): -15586382 or 11676434. OLE color: 11676434.

HSL color Cylindrical-coordinate representation of color #122BB2: hue angle of 230.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122BB2 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1843178-
CMYK0.900.7600.30
HSL230.62º81.63%38.43%-
HSV(B)230.62º89.89%69.8%-
XYZ9.155.0742.62-
YUV50.92199.72104.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 178 (69.92% from 255) = 74.48%
R=7.53%
G=17.99%
B=74.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18431780.900.7600.30230.6281.6338.43
Hex122BB25A4C01Ee75226
Octal225326213211403634712246
Binary100101010111011001010110101001100011110111001111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #122BB2;
 }
 .AnyTagClassName
 {
   color: #122BB2;
 }
</style>
background-color css

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

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

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

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

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

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