#1232A9

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

Shades of Egyptian Blue #1232A9

Tints of Egyptian Blue #1232A9

Color information

#1232A9 (or 0x1232A9) is unknown color: approx Egyptian Blue. HEX triplet: 12, 32 and A9. RGB value is (18,50,169). Sum of RGB (Red+Green+Blue) = 18+50+169=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #1232A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1232A9 is #EDCD56. Grayscale: #353535. Windows color (decimal): -15584599 or 11088402. OLE color: 11088402.

HSL color Cylindrical-coordinate representation of color #1232A9: hue angle of 227.28º 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 #1232A9 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1850169-
CMYK0.890.7000.34
HSL227.28º80.75%36.67%-
HSV(B)227.28º89.35%66.27%-
XYZ8.555.2738.1-
YUV54192.9102.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 169 (66.41% from 255) = 71.31%
R=7.59%
G=21.10%
B=71.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18501690.890.7000.34227.2880.7536.67
Hex1232A95946022e35125
Octal226225113110604234312145
Binary1001011001010101001101100110001100100010111000111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1232A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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