Html Css Color HEX #172FA0 Egyptian Blue

📋 copy color: '#172FA0'

red 23 ◦ green 47 ◦ blue 160

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

Shades of Egyptian Blue #172FA0

Tints of Egyptian Blue #172FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

 BLUE value IS 160 (62.89% from 255) = 69.57%

R = 10%
G = 20.43%
B = 69.57%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#172FA0 (or 0x172FA0) is known color: Egyptian Blue. HEX triplet: 17, 2F and A0. RGB value is (23,47,160). Sum of RGB (Red+Green+Blue) = 23+47+160=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 160 (62.89% from 255 or 69.57% from 230); Max value from RGB is 160 - color contains mainly: blue. Hex color #172FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172FA0 is #E8D05F. Grayscale: #343434. Windows color (decimal): -15257696 or 10497815. OLE color: 10497815.

HSL color Cylindrical-coordinate representation of color #172FA0: hue angle of 229.49º 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 #172FA0 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 23 47 160 -
CMYK 0.86 0.71 0 0.37
HSL 229.49º 0.75% 0.36% -
HSV(B) 229.49º 0.86% 0.63% -
XYZ 7.72 4.75 33.77 -
YUV 52.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 23 47 160 0.86 0.71 0 0.37 229.49 0.75 0.36
Hex 17 2F A0 56 47 0 25 E5 4B 24
Octal 27 57 240 126 107 0 45 345 113 44
Binary 10111 101111 10100000 1010110 1000111 0 100101 11100101 1001011 100100

Color Harmonies of #172FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FA0

Black with #172FA0

Text Example


Text Example

White with #172FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,160); }

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

background-color css

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

 a { background-color: rgb(23,47,160); }

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

border-color css

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

 span { border-color: rgb(23,47,160); }

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