#1229AB

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

Shades of Egyptian Blue #1229AB

Tints of Egyptian Blue #1229AB

Color information

#1229AB (or 0x1229AB) is unknown color: approx Egyptian Blue. HEX triplet: 12, 29 and AB. RGB value is (18,41,171). Sum of RGB (Red+Green+Blue) = 18+41+171=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #1229AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1229AB is #EDD654. Grayscale: #303030. Windows color (decimal): -15586901 or 11217170. OLE color: 11217170.

HSL color Cylindrical-coordinate representation of color #1229AB: hue angle of 230.98º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1229AB is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1841171-
CMYK0.890.7600.33
HSL230.98º80.95%37.06%-
HSV(B)230.98º89.47%67.06%-
XYZ8.394.6538.98-
YUV48.94196.88105.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=7.83%
G=17.83%
B=74.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18411710.890.7600.33230.9880.9537.06
Hex1229AB594C021e75125
Octal225125313111404134712145
Binary1001010100110101011101100110011000100001111001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1229AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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