#1234A9

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

Shades of Egyptian Blue #1234A9

Tints of Egyptian Blue #1234A9

Color information

#1234A9 (or 0x1234A9) is unknown color: approx Egyptian Blue. HEX triplet: 12, 34 and A9. RGB value is (18,52,169). Sum of RGB (Red+Green+Blue) = 18+52+169=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 169 (66.41% from 255 or 70.71% from 239); Max value from RGB is 169 - color contains mainly: blue. Hex color #1234A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1234A9 is #EDCB56. Grayscale: #363636. Windows color (decimal): -15584087 or 11088914. OLE color: 11088914.

HSL color Cylindrical-coordinate representation of color #1234A9: hue angle of 226.49º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1234A9 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1852169-
CMYK0.890.6900.34
HSL226.49º80.75%36.67%-
HSV(B)226.49º89.35%66.27%-
XYZ8.645.4538.13-
YUV55.17192.24101.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 169 (66.41% from 255) = 70.71%
R=7.53%
G=21.76%
B=70.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18521690.890.6900.34226.4980.7536.67
Hex1234A95945022e25125
Octal226425113110504234212145
Binary1001011010010101001101100110001010100010111000101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1234A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1234A9; }

 p { color: rgb(18,52,169); }

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

<style>
 a { background-color: #1234A9; }

 a { background-color: rgb(18,52,169); }

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

<style>
 span { border-color: #1234A9; }

 span { border-color: rgb(18,52,169); }

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