#1936AC

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

Shades of Egyptian Blue #1936AC

Tints of Egyptian Blue #1936AC

Color information

#1936AC (or 0x1936AC) is unknown color: approx Egyptian Blue. HEX triplet: 19, 36 and AC. RGB value is (25,54,172). Sum of RGB (Red+Green+Blue) = 25+54+172=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #1936AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1936AC is #E6C953. Grayscale: #3A3A3A. Windows color (decimal): -15124820 or 11286041. OLE color: 11286041.

HSL color Cylindrical-coordinate representation of color #1936AC: hue angle of 228.16º 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 #1936AC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2554172-
CMYK0.850.6900.33
HSL228.16º74.62%38.63%-
HSV(B)228.16º85.47%67.45%-
XYZ9.175.8239.67-
YUV58.78191.89103.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 172 (67.58% from 255) = 68.53%
R=9.96%
G=21.51%
B=68.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25541720.850.6900.33228.1674.6238.63
Hex1936AC5545021e44b27
Octal316625412510504134411347
Binary1100111011010101100101010110001010100001111001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1936AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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