Html Css Color HEX #172BA1 Egyptian Blue

📋 copy color: '#172BA1'

red 23 ◦ green 43 ◦ blue 161

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

Shades of Egyptian Blue #172BA1

Tints of Egyptian Blue #172BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

 BLUE value IS 161 (63.28% from 255) = 70.93%

R = 10.13%
G = 18.94%
B = 70.93%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#172BA1 (or 0x172BA1) is known color: Egyptian Blue. HEX triplet: 17, 2B and A1. RGB value is (23,43,161). Sum of RGB (Red+Green+Blue) = 23+43+161=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 161 (63.28% from 255 or 70.93% from 227); Max value from RGB is 161 - color contains mainly: blue. Hex color #172BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172BA1 is #E8D45E. Grayscale: #313131. Windows color (decimal): -15258719 or 10562327. OLE color: 10562327.

HSL color Cylindrical-coordinate representation of color #172BA1: hue angle of 231.3º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172BA1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 23 43 161 -
CMYK 0.86 0.73 0 0.37
HSL 231.3º 0.75% 0.36% -
HSV(B) 231.3º 0.86% 0.63% -
XYZ 7.65 4.48 34.18 -
YUV 50.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 23 43 161 0.86 0.73 0 0.37 231.3 0.75 0.36
Hex 17 2B A1 56 49 0 25 E7 4B 24
Octal 27 53 241 126 111 0 45 347 113 44
Binary 10111 101011 10100001 1010110 1001001 0 100101 11100111 1001011 100100

Color Harmonies of #172BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172BA1

Black with #172BA1

Text Example


Text Example

White with #172BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,43,161); }

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

background-color css

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

 a { background-color: rgb(23,43,161); }

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

border-color css

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

 span { border-color: rgb(23,43,161); }

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