Html Css Color HEX #1746AC Egyptian Blue

📋 copy color: '#1746AC'

red 23 ◦ green 70 ◦ blue 172

#1746AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1746AC

Tints of Egyptian Blue #1746AC

RGB

 RED value IS 23 (9.38% from 255) = 8.68%

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 8.68%
G = 26.42%
B = 64.91%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1746AC (or 0x1746AC) is known color: Egyptian Blue. HEX triplet: 17, 46 and AC. RGB value is (23,70,172). Sum of RGB (Red+Green+Blue) = 23+70+172=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #1746AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1746AC is #E8B953. Grayscale: #434343. Windows color (decimal): -15251796 or 11290135. OLE color: 11290135.

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

Color convert

RGB 23 70 172 -
CMYK 0.87 0.59 0 0.33
HSL 221.07º 0.76% 0.38% -
HSV(B) 221.07º 0.87% 0.67% -
XYZ 9.99 7.54 39.96 -
YUV 67.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 23 70 172 0.87 0.59 0 0.33 221.07 0.76 0.38
Hex 17 46 AC 57 3B 0 21 DD 4C 26
Octal 27 106 254 127 73 0 41 335 114 46
Binary 10111 1000110 10101100 1010111 111011 0 100001 11011101 1001100 100110

Color Harmonies of #1746AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1746AC

Black with #1746AC

Text Example


Text Example

White with #1746AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1746AC;
 }
 .AnyTagClassName
 {
   color: #1746AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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