#1229A5

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

Shades of Egyptian Blue #1229A5

Tints of Egyptian Blue #1229A5

Color information

#1229A5 (or 0x1229A5) is unknown color: approx Egyptian Blue. HEX triplet: 12, 29 and A5. RGB value is (18,41,165). Sum of RGB (Red+Green+Blue) = 18+41+165=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #1229A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1229A5 is #EDD65A. Grayscale: #2F2F2F. Windows color (decimal): -15586907 or 10823954. OLE color: 10823954.

HSL color Cylindrical-coordinate representation of color #1229A5: hue angle of 230.61º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1229A5 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1841165-
CMYK0.890.7500.35
HSL230.61º80.33%35.88%-
HSV(B)230.61º89.09%64.71%-
XYZ7.834.4336.04-
YUV48.26193.88106.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 165 (64.84% from 255) = 73.66%
R=8.04%
G=18.30%
B=73.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18411650.890.7500.35230.6180.3335.88
Hex1229A5594B023e75024
Octal225124513111304334712044
Binary1001010100110100101101100110010110100011111001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1229A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1229A5; }

 p { color: rgb(18,41,165); }

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

<style>
 a { background-color: #1229A5; }

 a { background-color: rgb(18,41,165); }

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

<style>
 span { border-color: #1229A5; }

 span { border-color: rgb(18,41,165); }

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