#1236AE

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

Shades of Egyptian Blue #1236AE

Tints of Egyptian Blue #1236AE

Color information

#1236AE (or 0x1236AE) is unknown color: approx Egyptian Blue. HEX triplet: 12, 36 and AE. RGB value is (18,54,174). Sum of RGB (Red+Green+Blue) = 18+54+174=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #1236AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1236AE is #EDC951. Grayscale: #383838. Windows color (decimal): -15583570 or 11417106. OLE color: 11417106.

HSL color Cylindrical-coordinate representation of color #1236AE: hue angle of 226.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1236AE is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1854174-
CMYK0.900.6900.32
HSL226.15º81.25%37.65%-
HSV(B)226.15º89.66%68.24%-
XYZ9.215.8240.68-
YUV56.92194.07100.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 174 (68.36% from 255) = 70.73%
R=7.32%
G=21.95%
B=70.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18541740.900.6900.32226.1581.2537.65
Hex1236AE5A45020e25126
Octal226625613210504034212146
Binary1001011011010101110101101010001010100000111000101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1236AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1236AE; }

 p { color: rgb(18,54,174); }

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

<style>
 a { background-color: #1236AE; }

 a { background-color: rgb(18,54,174); }

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

<style>
 span { border-color: #1236AE; }

 span { border-color: rgb(18,54,174); }

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