#1742AC

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

Shades of Egyptian Blue #1742AC

Tints of Egyptian Blue #1742AC

Color information

#1742AC (or 0x1742AC) is unknown color: approx Egyptian Blue. HEX triplet: 17, 42 and AC. RGB value is (23,66,172). Sum of RGB (Red+Green+Blue) = 23+66+172=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #1742AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1742AC is #E8BD53. Grayscale: #404040. Windows color (decimal): -15252820 or 11289111. OLE color: 11289111.

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

Color convert

RGB2366172-
CMYK0.870.6200.33
HSL222.68º76.41%38.24%-
HSV(B)222.68º86.63%67.45%-
XYZ9.757.0639.88-
YUV65.23188.2597.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.81%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 172 (67.58% from 255) = 65.90%
R=8.81%
G=25.29%
B=65.90%

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
Decimal23661720.870.6200.33222.6876.4138.24
Hex1742AC573E021df4c26
Octal271022541277604133711446
Binary1011110000101010110010101111111100100001110111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1742AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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