Html Css Color HEX #172E95 Egyptian Blue

📋 copy color: '#172E95'

red 23 ◦ green 46 ◦ blue 149

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

Shades of Egyptian Blue #172E95

Tints of Egyptian Blue #172E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 10.55%
G = 21.1%
B = 68.35%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#172E95 (or 0x172E95) is known color: Egyptian Blue. HEX triplet: 17, 2E and 95. RGB value is (23,46,149). Sum of RGB (Red+Green+Blue) = 23+46+149=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #172E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172E95 is #E8D16A. Grayscale: #323232. Windows color (decimal): -15257963 or 9776663. OLE color: 9776663.

HSL color Cylindrical-coordinate representation of color #172E95: hue angle of 229.05º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172E95 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 46 149 -
CMYK 0.85 0.69 0 0.42
HSL 229.05º 0.73% 0.34% -
HSV(B) 229.05º 0.85% 0.58% -
XYZ 6.76 4.31 28.91 -
YUV 50.87 183.38 108.12 -
System Red Green Blue C M Y K H S L
Decimal 23 46 149 0.85 0.69 0 0.42 229.05 0.73 0.34
Hex 17 2E 95 55 45 0 2A E5 49 22
Octal 27 56 225 125 105 0 52 345 111 42
Binary 10111 101110 10010101 1010101 1000101 0 101010 11100101 1001001 100010

Color Harmonies of #172E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E95

Black with #172E95

Text Example


Text Example

White with #172E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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