#1921AC

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

Shades of Egyptian Blue #1921AC

Tints of Egyptian Blue #1921AC

Color information

#1921AC (or 0x1921AC) is unknown color: approx Egyptian Blue. HEX triplet: 19, 21 and AC. RGB value is (25,33,172). Sum of RGB (Red+Green+Blue) = 25+33+172=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #1921AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1921AC is #E6DE53. Grayscale: #2D2D2D. Windows color (decimal): -15130196 or 11280665. OLE color: 11280665.

HSL color Cylindrical-coordinate representation of color #1921AC: hue angle of 236.73º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1921AC is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2533172-
CMYK0.850.8100.33
HSL236.73º74.62%38.63%-
HSV(B)236.73º85.47%67.45%-
XYZ8.394.2739.41-
YUV46.45198.85112.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 172 (67.58% from 255) = 74.78%
R=10.87%
G=14.35%
B=74.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25331720.850.8100.33236.7374.6238.63
Hex1921AC5551021ed4b27
Octal314125412512104135511347
Binary1100110000110101100101010110100010100001111011011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1921AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,33,172); }

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

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

 a { background-color: rgb(25,33,172); }

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

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

 span { border-color: rgb(25,33,172); }

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