#1430AC

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

Shades of Egyptian Blue #1430AC

Tints of Egyptian Blue #1430AC

Color information

#1430AC (or 0x1430AC) is unknown color: approx Egyptian Blue. HEX triplet: 14, 30 and AC. RGB value is (20,48,172). Sum of RGB (Red+Green+Blue) = 20+48+172=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #1430AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1430AC is #EBCF53. Grayscale: #353535. Windows color (decimal): -15454036 or 11284500. OLE color: 11284500.

HSL color Cylindrical-coordinate representation of color #1430AC: hue angle of 228.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1430AC is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2048172-
CMYK0.880.7200.33
HSL228.95º79.17%37.65%-
HSV(B)228.95º88.37%67.45%-
XYZ8.795.2439.58-
YUV53.76194.72103.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 71.67%
R=8.33%
G=20%
B=71.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20481720.880.7200.33228.9579.1737.65
Hex1430AC5848021e54f26
Octal246025413011004134511746
Binary1010011000010101100101100010010000100001111001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1430AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1430AC; }

 p { color: rgb(20,48,172); }

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

<style>
 a { background-color: #1430AC; }

 a { background-color: rgb(20,48,172); }

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

<style>
 span { border-color: #1430AC; }

 span { border-color: rgb(20,48,172); }

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