#1236A4

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

Shades of Egyptian Blue #1236A4

Tints of Egyptian Blue #1236A4

Color information

#1236A4 (or 0x1236A4) is unknown color: approx Egyptian Blue. HEX triplet: 12, 36 and A4. RGB value is (18,54,164). Sum of RGB (Red+Green+Blue) = 18+54+164=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 164 (64.45% from 255 or 69.49% from 236); Max value from RGB is 164 - color contains mainly: blue. Hex color #1236A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1236A4 is #EDC95B. Grayscale: #373737. Windows color (decimal): -15583580 or 10761746. OLE color: 10761746.

HSL color Cylindrical-coordinate representation of color #1236A4: hue angle of 225.21º 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 #1236A4 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1854164-
CMYK0.890.6700.36
HSL225.21º80.22%35.69%-
HSV(B)225.21º89.02%64.31%-
XYZ8.275.4535.74-
YUV55.78189.07101.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 164 (64.45% from 255) = 69.49%
R=7.63%
G=22.88%
B=69.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18541640.890.6700.36225.2180.2235.69
Hex1236A45943024e15024
Octal226624413110304434112044
Binary1001011011010100100101100110000110100100111000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1236A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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