#122DA4

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

Shades of Egyptian Blue #122DA4

Tints of Egyptian Blue #122DA4

Color information

#122DA4 (or 0x122DA4) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2D and A4. RGB value is (18,45,164). Sum of RGB (Red+Green+Blue) = 18+45+164=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #122DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DA4 is #EDD25B. Grayscale: #313131. Windows color (decimal): -15585884 or 10759442. OLE color: 10759442.

HSL color Cylindrical-coordinate representation of color #122DA4: hue angle of 228.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122DA4 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1845164-
CMYK0.890.7300.36
HSL228.9º80.22%35.69%-
HSV(B)228.9º89.02%64.31%-
XYZ7.894.6935.61-
YUV50.49192.05104.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 164 (64.45% from 255) = 72.25%
R=7.93%
G=19.82%
B=72.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18451640.890.7300.36228.980.2235.69
Hex122DA45949024e55024
Octal225524413111104434512044
Binary1001010110110100100101100110010010100100111001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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