Html Css Color HEX #172EAC Egyptian Blue

📋 copy color: '#172EAC'

red 23 ◦ green 46 ◦ blue 172

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

Shades of Egyptian Blue #172EAC

Tints of Egyptian Blue #172EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

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

R = 9.54%
G = 19.09%
B = 71.37%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#172EAC (or 0x172EAC) is known color: Egyptian Blue. HEX triplet: 17, 2E and AC. RGB value is (23,46,172). Sum of RGB (Red+Green+Blue) = 23+46+172=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #172EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172EAC is #E8D153. Grayscale: #343434. Windows color (decimal): -15257940 or 11283991. OLE color: 11283991.

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

Color convert

RGB 23 46 172 -
CMYK 0.87 0.73 0 0.33
HSL 230.74º 0.76% 0.38% -
HSV(B) 230.74º 0.87% 0.67% -
XYZ 8.78 5.11 39.55 -
YUV 53.49 194.88 106.25 -
System Red Green Blue C M Y K H S L
Decimal 23 46 172 0.87 0.73 0 0.33 230.74 0.76 0.38
Hex 17 2E AC 57 49 0 21 E7 4C 26
Octal 27 56 254 127 111 0 41 347 114 46
Binary 10111 101110 10101100 1010111 1001001 0 100001 11100111 1001100 100110

Color Harmonies of #172EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EAC

Black with #172EAC

Text Example


Text Example

White with #172EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172EAC; }

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

 H1.HeaderClassName
 {
   color: #172EAC;
 }
 .AnyTagClassName
 {
   color: #172EAC;
 }
</style>

background-color css

<style>
 a { background-color: #172EAC; }

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

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

border-color css

<style>
 span { border-color: #172EAC; }

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

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