#122CB1

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

Shades of Egyptian Blue #122CB1

Tints of Egyptian Blue #122CB1

Color information

#122CB1 (or 0x122CB1) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2C and B1. RGB value is (18,44,177). Sum of RGB (Red+Green+Blue) = 18+44+177=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 177 (69.53% from 255 or 74.06% from 239); Max value from RGB is 177 - color contains mainly: blue. Hex color #122CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CB1 is #EDD34E. Grayscale: #323232. Windows color (decimal): -15586127 or 11611154. OLE color: 11611154.

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

Color convert

RGB1844177-
CMYK0.900.7500.31
HSL230.19º81.54%38.24%-
HSV(B)230.19º89.83%69.41%-
XYZ9.095.142.1-
YUV51.39198.89104.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 177 (69.53% from 255) = 74.06%
R=7.53%
G=18.41%
B=74.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18441770.900.7500.31230.1981.5438.24
Hex122CB15A4B01Fe65226
Octal225426113211303734612246
Binary100101011001011000110110101001011011111111001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,44,177); }

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

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

 a { background-color: rgb(18,44,177); }

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

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

 span { border-color: rgb(18,44,177); }

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