#122BB1

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

Shades of Egyptian Blue #122BB1

Tints of Egyptian Blue #122BB1

Color information

#122BB1 (or 0x122BB1) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2B and B1. RGB value is (18,43,177). Sum of RGB (Red+Green+Blue) = 18+43+177=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #122BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BB1 is #EDD44E. Grayscale: #323232. Windows color (decimal): -15586383 or 11610898. OLE color: 11610898.

HSL color Cylindrical-coordinate representation of color #122BB1: hue angle of 230.57º 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 #122BB1 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1843177-
CMYK0.900.7600.31
HSL230.57º81.54%38.24%-
HSV(B)230.57º89.83%69.41%-
XYZ9.055.0342.09-
YUV50.8199.22104.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 177 (69.53% from 255) = 74.37%
R=7.56%
G=18.07%
B=74.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18431770.900.7600.31230.5781.5438.24
Hex122BB15A4C01Fe75226
Octal225326113211403734712246
Binary100101010111011000110110101001100011111111001111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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