#1832AC

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

Shades of Egyptian Blue #1832AC

Tints of Egyptian Blue #1832AC

Color information

#1832AC (or 0x1832AC) is unknown color: approx Egyptian Blue. HEX triplet: 18, 32 and AC. RGB value is (24,50,172). Sum of RGB (Red+Green+Blue) = 24+50+172=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #1832AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1832AC is #E7CD53. Grayscale: #373737. Windows color (decimal): -15191380 or 11285016. OLE color: 11285016.

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

Color convert

RGB2450172-
CMYK0.860.7100.33
HSL229.46º75.51%38.43%-
HSV(B)229.46º86.05%67.45%-
XYZ8.965.4539.61-
YUV56.13193.39105.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 172 (67.58% from 255) = 69.92%
R=9.76%
G=20.33%
B=69.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24501720.860.7100.33229.4675.5138.43
Hex1832AC5647021e54c26
Octal306225412610704134511446
Binary1100011001010101100101011010001110100001111001011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1832AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,50,172); }

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

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

 a { background-color: rgb(24,50,172); }

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

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

 span { border-color: rgb(24,50,172); }

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