#1741AC

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

Shades of Egyptian Blue #1741AC

Tints of Egyptian Blue #1741AC

Color information

#1741AC (or 0x1741AC) is unknown color: approx Egyptian Blue. HEX triplet: 17, 41 and AC. RGB value is (23,65,172). Sum of RGB (Red+Green+Blue) = 23+65+172=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1741AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1741AC is #E8BE53. Grayscale: #404040. Windows color (decimal): -15253076 or 11288855. OLE color: 11288855.

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

Color convert

RGB2365172-
CMYK0.870.6200.33
HSL223.09º76.41%38.24%-
HSV(B)223.09º86.63%67.45%-
XYZ9.696.9439.86-
YUV64.64188.5998.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.85%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 66.15%
R=8.85%
G=25%
B=66.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23651720.870.6200.33223.0976.4138.24
Hex1741AC573E021df4c26
Octal271012541277604133711446
Binary1011110000011010110010101111111100100001110111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1741AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,65,172); }

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

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

 a { background-color: rgb(23,65,172); }

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

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

 span { border-color: rgb(23,65,172); }

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