#122DAA

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

Shades of Egyptian Blue #122DAA

Tints of Egyptian Blue #122DAA

Color information

#122DAA (or 0x122DAA) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2D and AA. RGB value is (18,45,170). Sum of RGB (Red+Green+Blue) = 18+45+170=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #122DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DAA is #EDD255. Grayscale: #323232. Windows color (decimal): -15585878 or 11152658. OLE color: 11152658.

HSL color Cylindrical-coordinate representation of color #122DAA: hue angle of 229.34º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122DAA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1845170-
CMYK0.890.7400.33
HSL229.34º80.85%36.86%-
HSV(B)229.34º89.41%66.67%-
XYZ8.444.9138.53-
YUV51.18195.05104.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 170 (66.80% from 255) = 72.96%
R=7.73%
G=19.31%
B=72.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18451700.890.7400.33229.3480.8536.86
Hex122DAA594A021e55125
Octal225525213111204134512145
Binary1001010110110101010101100110010100100001111001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,45,170); }

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

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

 a { background-color: rgb(18,45,170); }

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

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

 span { border-color: rgb(18,45,170); }

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