Html Css Color HEX #172DA5 Egyptian Blue

📋 copy color: '#172DA5'

red 23 ◦ green 45 ◦ blue 165

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

Shades of Egyptian Blue #172DA5

Tints of Egyptian Blue #172DA5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 165 (64.84% from 255) = 70.82%

R = 9.87%
G = 19.31%
B = 70.82%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#172DA5 (or 0x172DA5) is known color: Egyptian Blue. HEX triplet: 17, 2D and A5. RGB value is (23,45,165). Sum of RGB (Red+Green+Blue) = 23+45+165=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #172DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DA5 is #E8D25A. Grayscale: #333333. Windows color (decimal): -15258203 or 10824983. OLE color: 10824983.

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

Color convert

RGB 23 45 165 -
CMYK 0.86 0.73 0 0.35
HSL 230.7º 0.76% 0.37% -
HSV(B) 230.7º 0.86% 0.65% -
XYZ 8.08 4.78 36.09 -
YUV 52.1 191.71 107.24 -
System Red Green Blue C M Y K H S L
Decimal 23 45 165 0.86 0.73 0 0.35 230.7 0.76 0.37
Hex 17 2D A5 56 49 0 23 E7 4C 25
Octal 27 55 245 126 111 0 43 347 114 45
Binary 10111 101101 10100101 1010110 1001001 0 100011 11100111 1001100 100101

Color Harmonies of #172DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DA5

Black with #172DA5

Text Example


Text Example

White with #172DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,45,165); }

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

background-color css

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

 a { background-color: rgb(23,45,165); }

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

border-color css

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

 span { border-color: rgb(23,45,165); }

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